mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
12 lines
137 B
YAML
12 lines
137 B
YAML
image: alpine:latest
|
|
|
|
before_script:
|
|
- apk -q add make
|
|
|
|
build:
|
|
stage: build
|
|
script:
|
|
- make
|
|
artifacts:
|
|
paths:
|
|
- out
|