parent
b26ceeb8fe
commit
b77d86ae12
1 changed files with 4 additions and 0 deletions
|
@ -8,10 +8,14 @@ steps:
|
|||
commands:
|
||||
- apt update
|
||||
- apt install libcmocka-dev -y
|
||||
- apt install gcc -y
|
||||
- apt install make -y
|
||||
- make -j$(nproc) test/test.elf
|
||||
- echo "echo hello" > executable.sh
|
||||
- chmod +x executable.sh
|
||||
- name: a-test-step
|
||||
image: golang:1.16
|
||||
commands:
|
||||
- ./test/test.elf
|
||||
- echo "Testing ..."
|
||||
- ./executable.sh
|
||||
|
|
Loading…
Reference in a new issue