Skip to content

Commit

Permalink
Merge branch 'native-canvas' of https://github.com/devosoft/Empirical
Browse files Browse the repository at this point in the history
…into native-canvas
  • Loading branch information
perryk12 committed Feb 25, 2021
2 parents 97d7cc5 + d27e539 commit 6a614d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ jobs:
submodules: 'recursive'
- run: sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- run: sudo apt-get update -qq
- run: sudo apt-get install -qq g++-8 cmake build-essential python-pip python-virtualenv nodejs tar gzip libpthread-stubs0-dev libc6-dbg gdb
- run: sudo apt-get install -qq g++-8 cmake build-essential python-pip python-virtualenv nodejs tar gzip libpthread-stubs0-dev libsfml-dev xvfb libc6-dbg gdb
- run: sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 90
- run: export DISPLAY=":$$"
- run: rm -f "/tmp/.X$$-lock"
- run: Xvfb "${DISPLAY}" -auth /dev/null/ &
- run: export XVFB_PID=$!
- run: git fetch origin master:refs/remotes/origin/master
- run: make install-test-dependencies
- run: ${CXX} --version
Expand Down

0 comments on commit 6a614d7

Please sign in to comment.