Welcome to mirror list, hosted at ThFree Co, Russian Federation.

appveyor.yml - github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c14c6f4ac230462be20e98c812f315108b273d14 (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_gc_assertions=ON
  - cmake --build . --config Debug

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