Files
gnome-shell-extensions/.gitlab-ci.yml
T
Florian Müllner 9d5b149428 ci: Add initial gitlab continuous integration
Continuous integration is good, in particular when used before
merging a change to master as allowed by gitlab. And now that
we enabled some basic syntax checking of source files, we even
have something useful to test for ...

Fixes https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/32
2017-12-01 20:30:48 +01:00

14 lines
205 B
YAML

image: fedora:rawhide
stages:
- build
before_script:
- dnf install -y meson gettext gjs-devel
build-shell-extensions:
stage: build
script:
- meson _build .
- ninja -C _build test install