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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user