meta: add installing dependencies for build process

This commit is contained in:
ptrcnull 2021-03-29 15:52:06 +02:00
parent c77213f3f1
commit 2f14e54762
2 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,7 @@ build:
stage: build
image: alpine:3.13
script:
- apk add bash abuild
- ./build.sh
rules:
- if: '$CI_COMMIT_BRANCH == "master"'

View file

@ -1,4 +1,6 @@
#!/bin/sh
#!/bin/bash
set -euxo pipefail
for pkg in packages/*; do
cd $pkg