Remove cd command
This commit is contained in:
parent
198345113b
commit
feb98a32f3
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
language: cpp
|
||||
compiler: gcc
|
||||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -GCMAKE_BUILD_TYPE=Debug ../test && make
|
||||
- ./unit/unit --gtest_filter='*.*'
|
||||
|
|
Loading…
Reference in a new issue