fix: more bad paths

This commit is contained in:
Tobias Reisinger 2020-06-30 01:11:16 +02:00
parent e7ec01a113
commit ea1b845f5e

View file

@ -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: