-
-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed the demos folder and run example as tests - takes too long on…
… travis to complete the build
- Loading branch information
Showing
6 changed files
with
0 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +0,0 @@ | ||
[submodule "demos"] | ||
path = demos | ||
url = https://github.com/tpaviot/pythonocc-demos | ||
branch = master | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
cd ..\work\test | ||
python run_tests.py | ||
python run_examples_as_tests.py | ||
python core_webgl_unittest.py | ||
python core_display_pyqt4_unittest.py | ||
python core_display_pyqt5_unittest.py | ||
python core_display_pyside_unittest.py | ||
python core_display_wx_unittest.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,3 @@ | ||
cd ../work/test | ||
python run_tests.py | ||
python core_webgl_unittest.py | ||
if [ $(uname) == Linux ]; then | ||
# start xvfb | ||
export DISPLAY=:99.0 | ||
sh -e /etc/init.d/xvfb start | ||
sleep 3 # give xvfb some time to start | ||
# run example as tests | ||
python run_examples_as_tests.py | ||
# then run GUI tests | ||
python core_display_pyqt4_unittest.py | ||
python core_display_pyqt5_unittest.py | ||
python core_display_pyside_unittest.py | ||
python core_display_wx_unittest.py | ||
fi |
Submodule demos
deleted from
02ad16