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

Add .gitlab-ci.yml

parent 23e00472
No related branches found
No related tags found
No related merge requests found
image: fedora:latest
stages:
- build
build:
stage: build
script:
- dnf install -y 'pkgconfig(gtk+-3.0)' gcc meson ninja-build
- meson builddir
- ninja -C builddir
\ No newline at end of file
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