mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
suspicious build error on travis
This commit is contained in:
parent
076c9d6474
commit
a9f5498452
@ -41,10 +41,8 @@ before_script:
|
|||||||
- cmake .. -DCMAKE_BUILD_TYPE=$CONFIG -DCMAKE_PREFIX_PATH=$PWD/../date
|
- cmake .. -DCMAKE_BUILD_TYPE=$CONFIG -DCMAKE_PREFIX_PATH=$PWD/../date
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- if [[ -n "$TESTS_CXX_STD" ]]; then
|
- if [[ -n "${TESTS_CXX_STD:-}" ]]; then ARGS="-DSQLPP11_TESTS_CXX_STD=$TESTS_CXX_STD"; fi
|
||||||
ARGS="-DSQLPP11_TESTS_CXX_STD=$TESTS_CXX_STD"
|
- cmake --build . --config $CONFIG ${ARGS:-}
|
||||||
fi
|
|
||||||
- cmake --build . --config $CONFIG $ARGS
|
|
||||||
- ctest --output-on-failure
|
- ctest --output-on-failure
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user