mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2025-02-22 10:21:44 +00:00
13 lines
137 B
YAML
13 lines
137 B
YAML
|
image: alpine:latest
|
||
|
|
||
|
before_script:
|
||
|
- apk -q add make
|
||
|
|
||
|
build:
|
||
|
stage: build
|
||
|
script:
|
||
|
- make
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- out
|