468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
12 lines
242 B
YAML
12 lines
242 B
YAML
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
|