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

clone_depth: 50

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

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