mirror of
https://github.com/cryb-to/cryb-to.git
synced 2025-01-27 06:01:11 +00:00
Correct YAML.
This commit is contained in:
parent
09ce719dd8
commit
ec3faa25e0
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
language: c
|
||||
compiler: clang gcc
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
before_script:
|
||||
- ./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue