This commit is contained in:
Phuntsok Drak-pa 2018-04-08 15:33:19 +02:00
parent 6a5dc181b0
commit 10859c00b7
1 changed files with 3 additions and 4 deletions

View File

@ -8,7 +8,6 @@ matrix:
compiler: g++
script:
- cd build
- cmake --versison
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- make -j
- os: linux
@ -16,7 +15,7 @@ matrix:
compiler: clang
script:
- cd build
- cmake --versison
- cmake --version
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- make -j
- os: linux
@ -24,7 +23,7 @@ matrix:
compiler: g++
script:
- cd build
- cmake --versison
- cmake --version
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make -j
- os: linux
@ -32,7 +31,7 @@ matrix:
compiler: clang
script:
- cd build
- cmake --versison
- cmake --version
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make -j