CI: Add a very basic test

This commit is contained in:
Nils Freydank 2024-01-21 16:22:37 +01:00
parent 11d1d84d04
commit d85e246bc8
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
1 changed files with 7 additions and 0 deletions

View File

@ -4,3 +4,10 @@ steps:
pull: true
commands:
gcc main.c -o main
test:
image: image: git.holgersson.xyz/nfr/alpine-with-gcc:latest
pull: true
commands:
./main
echo "\o/ works"