CI: Add a very basic test
This commit is contained in:
parent
11d1d84d04
commit
d85e246bc8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user