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

clone_depth: 50

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

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