forked from GoogleContainerTools/base-images-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
14 lines (13 loc) · 743 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PWD := $(shell pwd)
.PHONY: test
test:
./check-fmt.sh
bazel version
bazel build //... --action_env=GIT_ROOT=$(PWD) --sandbox_writable_path=$(PWD) --verbose_failures --incompatible_bzl_disallow_load_after_statement=false
bazel test --test_output=errors //... --action_env=GIT_ROOT=$(PWD) --sandbox_writable_path=$(PWD) --verbose_failures --incompatible_bzl_disallow_load_after_statement=false
cd ubuntu1604 && bazel test --test_output=errors :image-test && cd ..
cd ubuntu1804 && bazel test --test_output=errors :image-test && cd ..
cd debian9 && bazel test --test_output=errors :image-test && cd ..
cd centos7 && bazel test --test_output=errors :image-test && cd ..
complex-test:
tests/package_managers/test_bootstrap_image_macro.sh