diff options
author | Mauro Sardara <msardara@cisco.com> | 2022-08-09 14:18:05 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2022-08-09 15:14:10 +0200 |
commit | 24a4dec7f91e9b6f0a8279f6eaeebbb35ba49c4f (patch) | |
tree | 37c5c4da37dac456c96b33da6ac80667a79705da /tests/Makefile | |
parent | 8d27045832427a0ea345f48bfb2c42f46a357af1 (diff) |
ci: add functional tests to verification/merge jobs
Ref: ICN-732
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: Iabfce26c446c502dc1d8f50da0d607791ce392e9
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index 0f30d6a42..f9c166b8d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,12 +1,12 @@ # Use when building for the fist time, # then `make test` forces a rebuild if local changes build: - BASE_IMAGE=hicn DOCKERFILE=Dockerfile.dev BUILD_SOFTWARE=1 \ + DOCKERFILE=Dockerfile.dev BUILD_SOFTWARE=1 \ docker-compose -f build.yml up --force-recreate --remove-orphans # Rebuild from scratch (to avoid cmake cache) rebuild: - BASE_IMAGE=hicn DOCKERFILE=Dockerfile.dev BUILD_SOFTWARE=1 \ + DOCKERFILE=Dockerfile.dev BUILD_SOFTWARE=1 \ REBUILD=1 \ docker-compose -f build.yml up --force-recreate --remove-orphans |