This commit is contained in:
Phuntsok Drak-pa 2018-04-08 15:23:25 +02:00
parent 17c3f32261
commit 44c2c5d0b8
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ matrix:
include: include:
- os: linux - os: linux
dist: trusty dist: trusty
compiler: gcc compiler: g++
script: script:
- cd build - cd build
- cmake -DCMAKE_BUILD_TYPE=Debug .. - cmake -DCMAKE_BUILD_TYPE=Debug ..
@ -19,7 +19,7 @@ matrix:
- make -j - make -j
- os: linux - os: linux
dist: trusty dist: trusty
compiler: gcc compiler: g++
script: script:
- cd build - cd build
- cmake -DCMAKE_BUILD_TYPE=Release .. - cmake -DCMAKE_BUILD_TYPE=Release ..