4
0
mirror of https://github.com/QuasarApp/pe-parse.git synced 2025-05-01 14:49:34 +00:00

first shot at travis

This commit is contained in:
Dan Guido 2014-08-08 17:36:27 -04:00
parent f59587712e
commit 543d0e4d6e

8
.travis.yml Normal file

@ -0,0 +1,8 @@
language: cpp
before_install:
- sudo apt-get update -qq
- sudo apt-get install boost-devel
script: cmake . && make
compiler:
- clang
- gcc