4655cde002
gjs moved from SpiderMonkey 52 to 60 during the last cycle, it's time we follow suit.
14 lines
208 B
YAML
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
|