mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 06:00:51 +00:00
Added travis_wait to CMake command
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user