mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-29 08:07:24 +00:00
ci: remove unit tests from circleCI
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
parent
af9fbbcdc6
commit
0d62fb9133
@ -82,11 +82,6 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
cd /build-static/release
|
cd /build-static/release
|
||||||
make -j6 package
|
make -j6 package
|
||||||
- run:
|
|
||||||
name: Run unit tests
|
|
||||||
command: |
|
|
||||||
cd /build-static/release
|
|
||||||
make tests
|
|
||||||
- run:
|
- run:
|
||||||
name: Prepare artifacts
|
name: Prepare artifacts
|
||||||
command: |
|
command: |
|
||||||
|
@ -29,8 +29,7 @@ RUN source scl_source enable devtoolset-9; \
|
|||||||
make falco -j${MAKE_JOBS}
|
make falco -j${MAKE_JOBS}
|
||||||
RUN make package
|
RUN make package
|
||||||
|
|
||||||
# We need `make tests` and `make all` for integration tests.
|
# We need `make all` for integration tests.
|
||||||
RUN make tests -j${MAKE_JOBS}
|
|
||||||
RUN make all -j${MAKE_JOBS}
|
RUN make all -j${MAKE_JOBS}
|
||||||
|
|
||||||
FROM scratch AS export-stage
|
FROM scratch AS export-stage
|
||||||
|
@ -61,5 +61,3 @@ add_executable(falco_unit_tests ${FALCO_UNIT_TESTS_SOURCES})
|
|||||||
target_include_directories(falco_unit_tests ${FALCO_UNIT_TESTS_INCLUDES})
|
target_include_directories(falco_unit_tests ${FALCO_UNIT_TESTS_INCLUDES})
|
||||||
target_link_libraries(falco_unit_tests ${FALCO_UNIT_TESTS_DEPENDENCIES})
|
target_link_libraries(falco_unit_tests ${FALCO_UNIT_TESTS_DEPENDENCIES})
|
||||||
add_dependencies(falco_unit_tests ${FALCO_UNIT_TESTS_LIBRARIES})
|
add_dependencies(falco_unit_tests ${FALCO_UNIT_TESTS_LIBRARIES})
|
||||||
|
|
||||||
# add_test(multiply_gtests falco_unit_tests)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user