Skip to content

Commit

Permalink
Add magic packages to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
thomastanck committed Jul 27, 2020
1 parent 3d7dfb9 commit 2b6f5b9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ node_js:
branches:
except:
- /^no-ci.*$/
# services:
# - xvfb
before_install:
- sudo apt-get update -qq;
sudo apt-get install -y --no-install-recommends libcairo2-dev
# before_install:
# - if [ $TRAVIS_OS_NAME == linux ]; then
# sudo apt-get update -qq;
# sudo apt-get install -y --no-install-recommends libxrandr-dev libxi-dev libxxf86vm-dev libsdl2-dev;
# wget https://github.com/glfw/glfw/releases/download/3.2.1/glfw-3.2.1.zip;
# unzip glfw-3.2.1.zip && cd glfw-3.2.1;
# cmake -DBUILD_SHARED_LIBS=true -DGLFW_BUILD_EXAMPLES=false -DGLFW_BUILD_TESTS=false -DGLFW_BUILD_DOCS=false .;
# sudo make -j $CPU_NUM install && cd ..;
# fi
script:
- yarn run test-coveralls
- yarn run typecheck

0 comments on commit 2b6f5b9

Please sign in to comment.