Working on travis file

This commit is contained in:
Daniel Chappuis 2020-05-13 22:10:47 +02:00
parent 0d1fbe5442
commit c38b821df7

View File

@ -9,6 +9,7 @@ matrix:
# ----- Linux / GCC -----
include:
- os: linux
name: "Linux / GCC (Debug)"
addons:
apt:
sources:
@ -19,6 +20,7 @@ matrix:
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8" BUILD_TYPE="Debug" DOUBLE_PRECISION="False"
- os: linux
name: "Linux / GCC (Release)"
addons:
apt:
sources: