ci: Fix classic build

The option name used in CI was wrong, so we did not actually build
the auxiliary classic mode file.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/190>
This commit is contained in:
Florian Müllner
2021-09-05 23:59:31 +02:00
parent 93dd8f535d
commit 68bf3e7ff7
+1 -1
View File
@@ -142,7 +142,7 @@ fedora-build:
before_script:
- git submodule update --init
script:
- meson setup build --werror -Dextension_set=all -Dclassic=true
- meson setup build --werror -Dextension_set=all -Dclassic_mode=true
- meson compile -C build
- meson test -C build
- meson install -C build