Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Add travis.yml file for travis CI #191
Merged
Commits
Jump to file or symbol
Failed to load files and symbols.
10
.travis.yml
| @@ -0,0 +1,10 @@ | ||
| +language: c | ||
| + | ||
| +sudo: required | ||
| + | ||
| +before_install: | ||
| + - sudo apt-get -qq update | ||
| + - sudo apt-get install -y libz-dev libjpeg-dev libopenjpeg-dev libtiff-dev libglib2.0-dev libcairo-dev libpng-dev libgdk-pixbuf2.0-dev libxml2-dev libsqlite3-dev valgrind | ||
| + | ||
| +before_script: | ||
| + - autoreconf -i |