From cd938a5aad92b74ecdf3e17a0c143843145d9999 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Fri, 13 Dec 2019 17:25:37 +0000 Subject: [PATCH] build: build all the targets on travis Co-Authored-By: Leonardo Di Donato Signed-off-by: Lorenzo Fontana --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index edd2fff5..f1a14dfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"