From f01fe7ed927a5246a067e8e16a4dd10afffc51da Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 27 Jul 2022 09:27:21 +0200 Subject: [PATCH] Import pipeline --- .build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..fe1ada8 --- /dev/null +++ b/.build.yml @@ -0,0 +1,11 @@ +matrix: + platform: + - amd64 + - i686 + +pipeline: + build: + image: codingworkshop/oscw-runner:latest + commands: + - echo "charch ${platform} && ./configure.sh && cd build-${platform}-xtchain && ninja -v && ninja diskimg -v" > build.cmds + - xtchain < build.cmds