typo
This commit is contained in:
parent
6a5dc181b0
commit
10859c00b7
@ -8,7 +8,6 @@ matrix:
|
|||||||
compiler: g++
|
compiler: g++
|
||||||
script:
|
script:
|
||||||
- cd build
|
- cd build
|
||||||
- cmake --versison
|
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Debug ..
|
- cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||||
- make -j
|
- make -j
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -16,7 +15,7 @@ matrix:
|
|||||||
compiler: clang
|
compiler: clang
|
||||||
script:
|
script:
|
||||||
- cd build
|
- cd build
|
||||||
- cmake --versison
|
- cmake --version
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Debug ..
|
- cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||||
- make -j
|
- make -j
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -24,7 +23,7 @@ matrix:
|
|||||||
compiler: g++
|
compiler: g++
|
||||||
script:
|
script:
|
||||||
- cd build
|
- cd build
|
||||||
- cmake --versison
|
- cmake --version
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Release ..
|
- cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
- make -j
|
- make -j
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -32,7 +31,7 @@ matrix:
|
|||||||
compiler: clang
|
compiler: clang
|
||||||
script:
|
script:
|
||||||
- cd build
|
- cd build
|
||||||
- cmake --versison
|
- cmake --version
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Release ..
|
- cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
- make -j
|
- make -j
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user