diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..1b406ae --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +stages: + - build + +image: archlinux/archlinux:base-devel + +archiso: + stage: build + script: + - ./build.sh + artifacts: + paths: + - out/*.iso + expire_in: 1 week + diff --git a/build.sh b/build.sh index 3ac02b2..bd34ccb 100755 --- a/build.sh +++ b/build.sh @@ -34,7 +34,7 @@ main() { echo -e "$Blue### install complete ###$reset" echo -e "$Green### start build $reponame with archiso ###$reset" build - makezip + # makezip fi else echo -e "$Red###os cant supported###$reset"