mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Very first travis file
This commit is contained in:
parent
d851699529
commit
9d33990550
27
.travis.yml
Normal file
27
.travis.yml
Normal 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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user