Added travis_wait to CMake command

This commit is contained in:
johltn
2021-01-03 14:42:49 +01:00
parent 3961ecd322
commit f120f0c77c
+2 -2
View File
@@ -54,7 +54,7 @@ script:
-DJSON_INCLUDE_DIR=/usr/include/json \ -DJSON_INCLUDE_DIR=/usr/include/json \
-DBUILD_DOCUMENTATION=On \ -DBUILD_DOCUMENTATION=On \
.. ..
- sudo make -j2 install - travis_wait sudo make -j2 install
# - cd ../../test # - cd ../../test
# - /usr/bin/python2.7 tests.py # - /usr/bin/python2.7 tests.py
@@ -95,4 +95,4 @@ after_success:
- git config user.name "IfcOpenBot" - git config user.name "IfcOpenBot"
- git add . - git add .
- git commit -m "${MESSAGE}" - git commit -m "${MESSAGE}"
- git push - travis_wait git push