mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-22 07:00:28 +00:00
d4af7cd4e2
This uses the alpinelinux/abuild-ci image to run the test suite, which has all the required dependencies already installed.
12 lines
141 B
YAML
12 lines
141 B
YAML
stages:
|
|
- verify
|
|
|
|
tests:
|
|
image:
|
|
name: alpinelinux/abuild-ci
|
|
stage: verify
|
|
script: [pwd]
|
|
tags:
|
|
- docker-alpine
|
|
- x86_64
|