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:
parent
239cb59a13
commit
9d08ab2dbf
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user