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

Add CI

parent d98e80b6
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 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