Skip to content

Commit

Permalink
use new mocked tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Mar 25, 2020
1 parent 5da48e6 commit e09b157
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ addons:

before_script:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install -y xpra xserver-xorg-video-dummy freeglut3-dev; fi
- cd test
- mkdir build
- cd build
- cmake ../examples/demo-app/
- cmake -DCMAKE_BUILD_TYPE=Debug -DPOLYSCOPE_BACKEND=MOCK_OPENGL ..

script: make
script: make && ./bin/polyscope-test --gtest_catch_exceptions=0

0 comments on commit e09b157

Please sign in to comment.