Working on travis file
This commit is contained in:
parent
0d1fbe5442
commit
c38b821df7
|
@ -9,6 +9,7 @@ matrix:
|
||||||
# ----- Linux / GCC -----
|
# ----- Linux / GCC -----
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
|
name: "Linux / GCC (Debug)"
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
@ -19,6 +20,7 @@ matrix:
|
||||||
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8" BUILD_TYPE="Debug" DOUBLE_PRECISION="False"
|
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8" BUILD_TYPE="Debug" DOUBLE_PRECISION="False"
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
|
name: "Linux / GCC (Release)"
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user