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

Add testing to the CI file

parent 2e83335a
No related branches found
No related tags found
No related merge requests found
image: fedora:latest
stages:
- build
- test
before_script:
- dnf install -y gcc meson ninja-build
build:
stage: build
script:
- dnf install -y gcc meson ninja-build
- meson builddir
- ninja -C builddir
\ No newline at end of file
- ninja -C builddir
test:
stage: test
script:
- meson builddir
- ninja -C builddir
- meson test -C builddir --verbose
\ 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