parent
4e8f158c91
commit
06a5b53bd9
1 changed files with 4 additions and 3 deletions
|
@ -6,10 +6,11 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
# - sudo apt install cmocka libcmocka
|
- sudo apt install libcmocka-dev
|
||||||
- echo "binary-data-123" > executable
|
- echo "echo hello" > executable.sh
|
||||||
|
- chmod +x executable.sh
|
||||||
- name: a-test-step
|
- name: a-test-step
|
||||||
image: golang:1.16
|
image: golang:1.16
|
||||||
commands:
|
commands:
|
||||||
- echo "Testing ..."
|
- echo "Testing ..."
|
||||||
- ./executable
|
- ./executable.sh
|
||||||
|
|
Loading…
Reference in a new issue