mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-02 20:42:43 +00:00
ci: add job to run tests
This uses the alpinelinux/abuild-ci image to run the test suite, which has all the required dependencies already installed.
This commit is contained in:
parent
1c00caaddb
commit
d4af7cd4e2
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@ -0,0 +1,11 @@
|
||||
stages:
|
||||
- verify
|
||||
|
||||
tests:
|
||||
image:
|
||||
name: alpinelinux/abuild-ci
|
||||
stage: verify
|
||||
script: [pwd]
|
||||
tags:
|
||||
- docker-alpine
|
||||
- x86_64
|
Loading…
Reference in New Issue
Block a user