Skip to content

Commit a66c185

Browse files
committed
Removed the demos folder and run example as tests - takes too long on travis to complete the build
1 parent 4646e7d commit a66c185

File tree

6 files changed

+0
-26
lines changed

6 files changed

+0
-26
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
[submodule "demos"]
2-
path = demos
3-
url = https://github.com/tpaviot/pythonocc-demos
4-
branch = master

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
7676
before_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;

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ platform:
7474
- x64
7575

7676
install:
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).

ci/conda/run_test.bat

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
cd ..\work\test
22
python run_tests.py
3-
python run_examples_as_tests.py
43
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

ci/conda/run_test.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
11
cd ../work/test
22
python run_tests.py
33
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

demos

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)