From 401b1a392b583bb136f0e6c7fdf8475452500e1a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 9 Jun 2018 16:54:00 -0600 Subject: [PATCH] Add ci script --- Makefile | 6 +++ ci.toml | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 115 insertions(+) create mode 100644 ci.toml diff --git a/Makefile b/Makefile index 6815e59..741f87f 100644 --- a/Makefile +++ b/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 ../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 diff --git a/ci.toml b/ci.toml new file mode 100644 index 0000000..aa64ee5 --- /dev/null +++ b/ci.toml @@ -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 = {}