ci: restore packages build jobs.
This commit is contained in:
parent
a0c47eb26d
commit
3ddf44899a
1 changed files with 4 additions and 4 deletions
|
|
@ -61,9 +61,9 @@ tests:
|
||||||
# Package Build
|
# Package Build
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
.archlinux:
|
archlinux:
|
||||||
stage: build
|
stage: build
|
||||||
image: registry.gitlab.com/archlex/packages/builders/archlinux
|
image: registry.gitlab.com/archlex/package/builders/archlinux
|
||||||
script:
|
script:
|
||||||
- sudo pacman -Syu --noconfirm --noprogressbar lsb-release
|
- sudo pacman -Syu --noconfirm --noprogressbar lsb-release
|
||||||
- makepkg -s --noconfirm --noprogressbar
|
- makepkg -s --noconfirm --noprogressbar
|
||||||
|
|
@ -72,9 +72,9 @@ tests:
|
||||||
paths:
|
paths:
|
||||||
- $PKGDEST/*
|
- $PKGDEST/*
|
||||||
|
|
||||||
.debian:
|
debian:
|
||||||
stage: build
|
stage: build
|
||||||
image: registry.gitlab.com/archlex/packages/builders/debian
|
image: registry.gitlab.com/archlex/package/builders/debian
|
||||||
script:
|
script:
|
||||||
- git config --global --add safe.directory $CI_PROJECT_DIR
|
- git config --global --add safe.directory $CI_PROJECT_DIR
|
||||||
- VERSION="0.$(git rev-list --count HEAD)-1"
|
- VERSION="0.$(git rev-list --count HEAD)-1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue