Add Travis build script
This commit is contained in:
24
.travis.yml
Normal file
24
.travis.yml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
language: cpp
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- echo $LANG
|
||||||
|
- echo $LC_ALL
|
||||||
|
|
||||||
|
install:
|
||||||
|
- sh autogen.sh
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- ./configure
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make
|
||||||
|
- make install
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- make check
|
||||||
Reference in New Issue
Block a user