Add ci script

This commit is contained in:
Jeremy Soller 2018-06-09 16:54:00 -06:00
parent ad25649410
commit 401b1a392b
2 changed files with 115 additions and 0 deletions

View file

@ -40,6 +40,12 @@ fetch:
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../initfs.toml)" \
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../filesystem.toml)"
ci:
cd cookbook && ./fetch.sh \
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../ci.toml)"
cd cookbook && ./repo.sh \
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../ci.toml)"
# Emulation recipes
include mk/qemu.mk
include mk/bochs.mk