initial version of .travis.yml file

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2018-10-23 17:21:16 +02:00
parent b420056604
commit 6fbee195e0
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.*
!.travis.yml
configure
config.log
config.cache

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
sudo: required
language: c
script:
- sed 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.travis
- bash gitcompile.travis