Very first travis file

This commit is contained in:
Felipe Zimmerle 2017-02-02 22:12:47 -03:00 committed by Felipe Zimmerle
parent d851699529
commit 9d33990550
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

27
.travis.yml Normal file
View File

@ -0,0 +1,27 @@
dist: trusty
sudo: required
language: cpp
compiler:
# - clang
- gcc
#before_script:
# - wget http://ftp.gnu.org/gnu/bison/bison-3.0.4.tar.gz
# - tar -xvzf bison-3.0.4.tar.gz
# - cd bison-3.0.4
# - ./configure
# - make
# - make install
# Build steps
script:
- ./build.sh
- ./configure --enable-parser-generation
- make
- make check