Files
gnome-shell-extensions/.gitlab-ci.yml
T
Florian Müllner 4655cde002 build: Bump js-shell used for syntax checks
gjs moved from SpiderMonkey 52 to 60 during the last cycle, it's time
we follow suit.
2019-01-28 06:35:26 +01:00

14 lines
208 B
YAML

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