Skip to content

Commit

Permalink
Update CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Nov 6, 2018
1 parent 202a106 commit 1d710a8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
language: cpp
sudo: required
os: linux
compiler: gcc
env:
- COMPILER=g++-8
- CCOMPILER=gcc-8
- CXXFLAGS=-std=c++17
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-8', 'ninja-build', 'nodejs']
sources: ubuntu-toolchain-r-test
packages: g++-8, ninja-build, nodejs
script:
- export CXX=g++8
- mkdir -p build && cd build && cmake .. -G Ninja && ninja

0 comments on commit 1d710a8

Please sign in to comment.