mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
15 lines
155 B
YAML
Vendored
15 lines
155 B
YAML
Vendored
language: c
|
|
|
|
sudo: false
|
|
|
|
os:
|
|
- linux
|
|
|
|
script:
|
|
- make all
|
|
|
|
after_failure:
|
|
- cat test-efm.log
|
|
- cat test-syntax.log
|
|
- cat test/syntax.sv.new.html
|