mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
parent
8814d1feb6
commit
b1d8067959
@ -1,5 +1,6 @@
|
|||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
|
- build
|
||||||
|
|
||||||
# Make sure master points to the correct upstream commit
|
# Make sure master points to the correct upstream commit
|
||||||
before_script:
|
before_script:
|
||||||
@ -18,3 +19,42 @@ lint:
|
|||||||
tags:
|
tags:
|
||||||
- docker-alpine
|
- docker-alpine
|
||||||
- x86_64
|
- x86_64
|
||||||
|
|
||||||
|
.build:
|
||||||
|
stage: build
|
||||||
|
image: alpinelinux/alpine-gitlab-ci:latest
|
||||||
|
script:
|
||||||
|
- build.sh
|
||||||
|
only:
|
||||||
|
- merge_requests
|
||||||
|
|
||||||
|
build-x86_64:
|
||||||
|
extends: .build
|
||||||
|
tags:
|
||||||
|
- docker-alpine
|
||||||
|
- ci-build
|
||||||
|
- x86_64
|
||||||
|
|
||||||
|
build-x86:
|
||||||
|
extends: .build
|
||||||
|
image:
|
||||||
|
name: alpinelinux/alpine-gitlab-ci:latest-x86
|
||||||
|
entrypoint: ["linux32", "sh", "-c"]
|
||||||
|
tags:
|
||||||
|
- docker-alpine
|
||||||
|
- ci-build
|
||||||
|
- x86
|
||||||
|
|
||||||
|
build-s390x:
|
||||||
|
extends: .build
|
||||||
|
tags:
|
||||||
|
- docker-alpine
|
||||||
|
- ci-build
|
||||||
|
- s390x
|
||||||
|
|
||||||
|
build-ppc64le:
|
||||||
|
extends: .build
|
||||||
|
tags:
|
||||||
|
- docker-alpine
|
||||||
|
- ci-build
|
||||||
|
- ppc64le
|
||||||
|
Loading…
Reference in New Issue
Block a user