Add ci script
This commit is contained in:
parent
ad25649410
commit
401b1a392b
6
Makefile
6
Makefile
|
@ -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
109
ci.toml
Normal 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 = {}
|
Loading…
Reference in a new issue