Skip to content

Commit

Permalink
Removed the demos folder and run example as tests - takes too long on…
Browse files Browse the repository at this point in the history
… travis to complete the build
  • Loading branch information
tpaviot committed Dec 30, 2018
1 parent 4646e7d commit a66c185
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 26 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
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
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ matrix:
# analytic's repository. Follows an approach described by Dan Blanchard:
# https://gist.github.com/dan-blanchard/7045057
before_install:
- git submodule update --init --remote --recursive
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
export CXX=g++-7;
export CC=gcc-7;
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ platform:
- x64

install:
# fetch git submodules, to update the demos/ folder
- cmd: git submodule update --init --remote --recursive
# Set the CONDA_NPY, although it has no impact on the actual build. We need this because of a test within conda-build.
- cmd: set CONDA_NPY=19
# Remove cygwin (and therefore the git that comes with it).
Expand Down
5 changes: 0 additions & 5 deletions ci/conda/run_test.bat
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
13 changes: 0 additions & 13 deletions ci/conda/run_test.sh
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
1 change: 0 additions & 1 deletion demos
Submodule demos deleted from 02ad16

0 comments on commit a66c185

Please sign in to comment.