fix: more bad paths
This commit is contained in:
parent
e7ec01a113
commit
ea1b845f5e
1 changed files with 2 additions and 4 deletions
|
@ -11,13 +11,11 @@ steps:
|
|||
image: serguzim/emgauwa-builder
|
||||
pull: always
|
||||
commands:
|
||||
- ls
|
||||
- ls /
|
||||
- chmod +x /drone/controller
|
||||
- chmod +x controller
|
||||
- export EMGAUWA_CONTROLLER_EXE=$PWD/controller
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- export EMGAUWA_CONTROLLER_EXE=/drone/controller
|
||||
- make test
|
||||
|
||||
trigger:
|
||||
|
|
Loading…
Reference in a new issue