Commit 2c9045d9 authored by Michael Droettboom's avatar Michael Droettboom

Use newer compiler

parent 9dc47c4c
language: python
sudo: false
sudo: required
cache:
pip: true
ccache: true
......@@ -7,6 +7,12 @@ cache:
- emsdk/emsdk
addons:
firefox: latest
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-7
- g++-7
python:
- '3.6'
before_install:
......@@ -17,5 +23,7 @@ before_install:
install:
- pip install pytest selenium
script:
- sudo ln -s /usr/bin/gcc-7 /usr/local/bin/gcc
- sudo ln -s /usr/bin/g++-7 /usr/local/bin/g++
- make
- make test
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment