fix: wrong command in drone config
This commit is contained in:
parent
982f891654
commit
a84d23aeaf
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ steps:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make test
|
- make
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
|
Loading…
Reference in a new issue