1
0
mirror of https://github.com/containers/youki synced 2024-09-20 19:02:41 +02:00
youki/Makefile

34 lines
699 B
Makefile
Raw Normal View History

ROOT = $(shell git rev-parse --show-toplevel)
build:
./scripts/build.sh -o $(ROOT)
release-build:
./scripts/build.sh -o $(ROOT) -r
test-all: test oci-integration-test integration-test features-test
test: build
cd crates && cargo test
features-test: build
./scripts/features_test.sh
oci-integration-test:
./scripts/oci_integration_tests.sh $(ROOT)
integration-test:
./scripts/rust_integration_tests.sh $(ROOT)/youki
validate-rust-tests:
2022-03-28 16:03:54 +02:00
./scripts/rust_integration_tests.sh runc
clean:
./scripts/clean.sh $(ROOT)
containerd-test:
2022-11-22 10:44:26 +01:00
VAGRANT_VAGRANTFILE=Vagrantfile.containerd2youki vagrant up
VAGRANT_VAGRANTFILE=Vagrantfile.containerd2youki vagrant provision --provision-with test