CI test
Some checks failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
Imbus 2024-12-25 19:36:52 +01:00
parent 4e8f158c91
commit 06a5b53bd9

View file

@ -6,10 +6,11 @@ steps:
- name: build
image: debian
commands:
# - sudo apt install cmocka libcmocka
- echo "binary-data-123" > executable
- sudo apt install libcmocka-dev
- echo "echo hello" > executable.sh
- chmod +x executable.sh
- name: a-test-step
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable
- ./executable.sh