mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2026-02-04 04:22:43 +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:
|
before_script:
|
||||||
- apk add zsh
|
- apk add zsh
|
||||||
- ln -sf /bin/zsh /bin/sh
|
- 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