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 ../initfs.toml)" \
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../filesystem.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 # Emulation recipes
include mk/qemu.mk include mk/qemu.mk
include mk/bochs.mk include mk/bochs.mk

109
ci.toml Normal file
View file

@ -0,0 +1,109 @@
# This is the CI configuration file
[packages]
acid = {}
autoconf = {}
automake = {}
bash = {}
binutils = {}
ca-certificates = {}
#cargo = {}
cleye = {}
#cmatrix = {}
contain = {}
coreutils = {}
curl = {}
dash = {}
diffutils = {}
dosbox = {}
drivers = {}
#drivers-041 = {}
duktape = {}
expat = {}
extrautils = {}
#fd = {}
ffmpeg = {}
findutils = {}
freedoom = {}
freetype = {}
game-2048 = {}
games = {}
gawk = {}
gcc = {}
generaluser-gs = {}
#gigalomania = {}
git = {}
gnu-binutils = {}
gnu-grep = {}
gnu-make = {}
init = {}
installer = {}
ion = {}
ipcd = {}
jansson = {}
keyboard-sfx = {}
lci = {}
libjpeg = {}
liborbital = {}
libpng = {}
#libsodium = {}
logd = {}
lua = {}
mdp = {}
nasm = {}
ncdu = {}
ncurses = {}
ncursesw = {}
netdb = {}
netstack = {}
netsurf = {}
netutils = {}
newlib = {}
newlibtest = {}
nulld = {}
openssl = {}
openttd = {}
openttd-opengfx = {}
openttd-openmsx = {}
orbdata = {}
orbital = {}
orbterm = {}
orbutils = {}
pastel = {}
patch = {}
periodictable = {}
#perl = {}
pixelcannon = {}
pkgutils = {}
#powerline = {}
prboom = {}
ptyd = {}
python = {}
randd = {}
readline = {}
redoxfs = {}
#redox-ssh = {}
relibc = {}
rs-nes = {}
#rust = {}
rust64 = {}
rustual-boy = {}
sdl = {}
sdl_image = {}
sdl_mixer = {}
sed = {}
shellstorm = {}
smith = {}
sodium = {}
#ssh = {}
terminfo = {}
termplay = {}
timidity = {}
ttf-hack = {}
userutils = {}
uutils = {}
vim = {}
vttest = {}
xz = {}
zerod = {}
zlib = {}