(CI) try to build Linux on Ubuntu Bionic

This commit is contained in:
Benjamin Sergeant 2019-08-14 21:43:30 -07:00
parent 197cf8ed36
commit 571f0c8a01

View File

@ -15,15 +15,15 @@ matrix:
- python test/run.py
- make ws
# # Linux
# - os: linux
# dist: xenial
# script:
# - python test/run.py
# - make ws
# env:
# - CC=gcc
# - CXX=g++
# Linux
- os: linux
dist: bionic
script:
- python test/run.py
- make ws
env:
- CC=gcc
- CXX=g++
# Clang + Linux disabled for now
# - os: linux