Skip to content
Snippets Groups Projects
Unverified Commit 850a2ede authored by Newbyte's avatar Newbyte :snowflake:
Browse files
parent 40e2001f
Branches main
No related tags found
No related merge requests found
build:alpine-locale-style=default:
image: alpine:edge
before_script:
- apk add --no-cache build-base meson dbus-dev glib-dev libdaemon-dev openrc-dev polkit-dev
script:
- meson setup -Dlocale-style=default _build
- meson compile -C _build
build:alpine-locale-style=gentoo:
image: alpine:edge
before_script:
- apk add --no-cache build-base meson dbus-dev glib-dev libdaemon-dev openrc-dev polkit-dev
script:
- meson setup -Dlocale-style=gentoo _build
- meson compile -C _build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment