File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [submodule "demos "]
2- path = demos
3- url = https://github.com/tpaviot/pythonocc-demos
4- branch = master
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ matrix:
7474# analytic's repository. Follows an approach described by Dan Blanchard:
7575# https://gist.github.com/dan-blanchard/7045057
7676before_install :
77- - git submodule update --init --remote --recursive
7877 - if [ "$TRAVIS_OS_NAME" == "linux" ]; then
7978 export CXX=g++-7;
8079 export CC=gcc-7;
Original file line number Diff line number Diff line change @@ -74,8 +74,6 @@ platform:
7474 - x64
7575
7676install :
77- # fetch git submodules, to update the demos/ folder
78- - cmd : git submodule update --init --remote --recursive
7977 # Set the CONDA_NPY, although it has no impact on the actual build. We need this because of a test within conda-build.
8078 - cmd : set CONDA_NPY=19
8179 # Remove cygwin (and therefore the git that comes with it).
Original file line number Diff line number Diff line change 11cd ..\work\test
22python run_tests.py
3- python run_examples_as_tests.py
43python core_webgl_unittest.py
5- python core_display_pyqt4_unittest.py
6- python core_display_pyqt5_unittest.py
7- python core_display_pyside_unittest.py
8- python core_display_wx_unittest.py
Original file line number Diff line number Diff line change 11cd ../work/test
22python run_tests.py
33python core_webgl_unittest.py
4- if [ $( uname) == Linux ]; then
5- # start xvfb
6- export DISPLAY=:99.0
7- sh -e /etc/init.d/xvfb start
8- sleep 3 # give xvfb some time to start
9- # run example as tests
10- python run_examples_as_tests.py
11- # then run GUI tests
12- python core_display_pyqt4_unittest.py
13- python core_display_pyqt5_unittest.py
14- python core_display_pyside_unittest.py
15- python core_display_wx_unittest.py
16- fi
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments