forked from vieter-v/vieter
fix(ci): only download PKGBUILD instead of cloning entire repo
This commit is contained in:
parent
4a47c7bbdc
commit
60598f719c
2 changed files with 6 additions and 2 deletions
|
|
@ -5,6 +5,7 @@ matrix:
|
|||
|
||||
platform: ${PLATFORM}
|
||||
branches: [dev]
|
||||
skip_clone: true
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
|
|
@ -20,7 +21,9 @@ pipeline:
|
|||
- chown -R builder:builder "$PWD"
|
||||
- "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
|
||||
- su builder
|
||||
# Build the package
|
||||
# Due to a bug with the V compiler, we can't just use the PKGBUILD from
|
||||
# inside the repo
|
||||
- curl -OL https://git.rustybever.be/Chewing_Bever/vieter/raw/branch/dev/PKGBUILD
|
||||
- makepkg -s --noconfirm --needed
|
||||
|
||||
publish:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue