test build ci

This commit is contained in:
hikari 2024-08-10 13:29:33 +00:00
parent 2b9bac63f3
commit 21f0de8df1
2 changed files with 15 additions and 1 deletions

14
.gitlab-ci.yml Normal file
View file

@ -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

View file

@ -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"