1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2025-12-14 19:02:45 +03:00

ci: add test that ensures that we can install

This commit is contained in:
Natanael Copa 2024-06-26 16:15:03 +02:00
parent 239cb59a13
commit 9d08ab2dbf

View File

@ -32,3 +32,14 @@ test-zsh:
before_script:
- apk add zsh
- ln -sf /bin/zsh /bin/sh
test-install:
image: alpine:latest
stage: test
script:
- apk add make
- make install PREFIX=/tmp/tiny-cloud
tags:
- docker-alpine
- x86_64