Merge branch 'hikari-main-patch-4e7c' into 'main'
Hikari main patch 4e7c See merge request iso/team/parch-iso-plasma!7
This commit is contained in:
commit
e89781ee9b
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 "$Green### start build $reponame with archiso ###$reset"
|
||||
build
|
||||
makezip
|
||||
# makezip
|
||||
fi
|
||||
else
|
||||
echo -e "$Red###os cant supported###$reset"
|
||||
|
|
Loading…
Add table
Reference in a new issue