test build ci
This commit is contained in:
parent
2b9bac63f3
commit
21f0de8df1
2 changed files with 15 additions and 1 deletions
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal 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
|
||||||
|
|
2
build.sh
2
build.sh
|
@ -34,7 +34,7 @@ main() {
|
||||||
echo -e "$Blue### install complete ###$reset"
|
echo -e "$Blue### install complete ###$reset"
|
||||||
echo -e "$Green### start build $reponame with archiso ###$reset"
|
echo -e "$Green### start build $reponame with archiso ###$reset"
|
||||||
build
|
build
|
||||||
makezip
|
# makezip
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo -e "$Red###os cant supported###$reset"
|
echo -e "$Red###os cant supported###$reset"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue