mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-05 10:56:47 +00:00
ci: enable tests on plain travis
Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
parent
7a1e351aa4
commit
3712c8a2b4
@ -32,6 +32,6 @@ install:
|
|||||||
- pushd ../sysdig && (git checkout "${BRANCH}" || exit 0) && echo "Using branch:" $(git rev-parse --abbrev-ref HEAD) && popd
|
- pushd ../sysdig && (git checkout "${BRANCH}" || exit 0) && echo "Using branch:" $(git rev-parse --abbrev-ref HEAD) && popd
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- pushd build && cmake .. && make -j4 all && popd
|
- pushd build && cmake .. && make -j4 all && make tests && popd
|
||||||
# todo(fntlnz): execute tests and regression tests at this point
|
# todo(fntlnz): execute tests and regression tests at this point
|
||||||
#- ./scripts/build "${TRAVIS_BUILD_DIR}/.." "${TRAVIS_BUILD_DIR}/build"
|
#- ./scripts/build "${TRAVIS_BUILD_DIR}/.." "${TRAVIS_BUILD_DIR}/build"
|
||||||
|
Loading…
Reference in New Issue
Block a user