mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-03 18:06:44 +00:00
build: build all the targets on travis
Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com> Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
parent
d4fccebcc9
commit
cd938a5aad
@ -32,6 +32,6 @@ install:
|
||||
- pushd ../sysdig && (git checkout "${BRANCH}" || exit 0) && echo "Using branch:" $(git rev-parse --abbrev-ref HEAD) && popd
|
||||
script:
|
||||
- mkdir build
|
||||
- pushd build && cmake .. && make -j4 falco && popd
|
||||
- pushd build && cmake .. && make -j4 all && popd
|
||||
# todo(fntlnz): execute tests and regression tests at this point
|
||||
#- ./scripts/build "${TRAVIS_BUILD_DIR}/.." "${TRAVIS_BUILD_DIR}/build"
|
||||
|
Loading…
Reference in New Issue
Block a user