initial version of .travis.yml file
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
b420056604
commit
6fbee195e0
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
.*
|
||||
!.travis.yml
|
||||
configure
|
||||
config.log
|
||||
config.cache
|
||||
|
|
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
sudo: required
|
||||
language: c
|
||||
script:
|
||||
- sed 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.travis
|
||||
- bash gitcompile.travis
|
Loading…
Add table
Add a link
Reference in a new issue