Merge pull request #165 from facebook/travis

travis
This commit is contained in:
Mike Arpaia 2014-09-24 18:06:32 -07:00
commit e1fa406096
3 changed files with 15 additions and 2 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: cpp
os:
- osx
compiler:
- clang
before_install:
- make deps
script:
- make
- make test

View File

@ -222,7 +222,6 @@ if(NOT APPLE)
INCLUDE(CPack)
else()
CMAKE_POLICY(SET CMP0037 OLD)
ADD_CUSTOM_TARGET(
package
packagesbuild -v ${CMAKE_SOURCE_DIR}/deploy/darwin/osquery.pkgproj &&

View File

@ -296,7 +296,7 @@ function main() {
fi
cd $SCRIPT_DIR/../
pip install -r requirements.txt
sudo pip install -r requirements.txt
git submodule init
git submodule update
}