7 lines
71 B
YAML
7 lines
71 B
YAML
|
language: C
|
||
|
install: true
|
||
|
script:
|
||
|
- cd tests
|
||
|
- make 32
|
||
|
- make 64
|