summaryrefslogtreecommitdiff
path: root/.appveyor.yml
blob: ae4af5eac927667d4da247b7d1992214a3ff7391 (plain)
1
2
3
4
5
6
7
8
9
10
11
version: 7.4.x-{build}

clone_depth: 50

build_script:
  - git clone --depth=50 https://github.com/ivmai/libatomic_ops.git -b release-7_4
  - cmake -Denable_gcj_support=ON .
  - cmake --build . --config Debug

test_script:
  - ctest --build-config Debug -V