Attempt fix c++ version
This commit is contained in:
parent
115ec68ca9
commit
f2329e8b7a
@ -1,5 +1,8 @@
|
|||||||
dist: xenial
|
dist: xenial
|
||||||
language: c++
|
language: c++
|
||||||
|
c++:
|
||||||
|
- g++-7
|
||||||
|
- g++-8
|
||||||
sudo: required
|
sudo: required
|
||||||
git:
|
git:
|
||||||
depth: false
|
depth: false
|
||||||
@ -11,10 +14,6 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- libxdo-dev
|
- libxdo-dev
|
||||||
- libinput-tools
|
- libinput-tools
|
||||||
- g++-7
|
|
||||||
env:
|
|
||||||
CC: gcc-7
|
|
||||||
CXX: g++-7
|
|
||||||
install:
|
install:
|
||||||
- bash install
|
- bash install
|
||||||
script:
|
script:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user