mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-27 12:54:31 +00:00
first shot at travis
This commit is contained in:
parent
f59587712e
commit
543d0e4d6e
8
.travis.yml
Normal file
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
|
Loading…
x
Reference in New Issue
Block a user