File tree Expand file tree Collapse file tree 6 files changed +0
-26
lines changed Expand file tree Collapse file tree 6 files changed +0
-26
lines changed 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:
74
74
# analytic's repository. Follows an approach described by Dan Blanchard:
75
75
# https://gist.github.com/dan-blanchard/7045057
76
76
before_install :
77
- - git submodule update --init --remote --recursive
78
77
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
79
78
export CXX=g++-7;
80
79
export CC=gcc-7;
Original file line number Diff line number Diff line change @@ -74,8 +74,6 @@ platform:
74
74
- x64
75
75
76
76
install :
77
- # fetch git submodules, to update the demos/ folder
78
- - cmd : git submodule update --init --remote --recursive
79
77
# Set the CONDA_NPY, although it has no impact on the actual build. We need this because of a test within conda-build.
80
78
- cmd : set CONDA_NPY=19
81
79
# Remove cygwin (and therefore the git that comes with it).
Original file line number Diff line number Diff line change 1
1
cd ..\work\test
2
2
python run_tests.py
3
- python run_examples_as_tests.py
4
3
python 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 1
1
cd ../work/test
2
2
python run_tests.py
3
3
python 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