Skip to content
Snippets Groups Projects
Commit c260e17a authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Change to Alpine for CI

parent e8043640
No related branches found
No related tags found
No related merge requests found
Pipeline #2968 passed
# SPDX-FileCopyrightText: 2018 Bruce Cowan <bruce@bcowan.me.uk>
# SPDX-FileCopyrightText: 2018-2021 Bruce Cowan <bruce@bcowan.me.uk>
#
# SPDX-License-Identifier: CC0-1.0
image: fedora:latest
image: alpine:latest
stages:
- build
- test
before_script:
- dnf install -y gcc meson ninja-build "pkgconfig(glib-2.0)"
- apk update && apk add build-base meson glib
build:
stage: 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