2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-02-02 20:32:09 +00:00

Yet another attempt to fix CMake condition in CI.

This commit is contained in:
Andrey Semashev
2019-01-02 17:52:15 +03:00
parent 5ae65930f1
commit 6fd99e46a6

View File

@@ -254,7 +254,7 @@ install:
- git submodule update --jobs 4
- cp -r $TRAVIS_BUILD_DIR/* libs/atomic
- python tools/boostdep/depinst/depinst.py atomic
- if [ -z "$TEST_CMAKE" -o "$TEST_CMAKE" -eq 0 ]; then ./bootstrap.sh; ./b2 headers; fi
- if [ -z "$TEST_CMAKE" ]; then ./bootstrap.sh; ./b2 headers; fi
script:
- |-