5 lines
83 B
YAML
5 lines
83 B
YAML
|
test:
|
||
|
script:
|
||
|
- make clean # Remove old *.o files
|
||
|
- ./build.sh # Compile
|