CI: Add a very basic test
This commit is contained in:
parent
11d1d84d04
commit
d85e246bc8
@ -4,3 +4,10 @@ steps:
|
|||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
gcc main.c -o main
|
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