mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 01:55:20 +00:00
commit
e1fa406096
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
||||
language: cpp
|
||||
|
||||
os:
|
||||
- osx
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
|
||||
before_install:
|
||||
- make deps
|
||||
|
||||
script:
|
||||
- make
|
||||
- make test
|
@ -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 &&
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user