ci: Add features to reference build
The whole build still targets ancient glib_v0_14 so pass that on until squeekboard supports running with glib_v2_70 or anything else halfway recent. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
This commit is contained in:
@ -82,7 +82,7 @@ build_reference:
|
|||||||
script:
|
script:
|
||||||
- apt-get -y install cargo
|
- apt-get -y install cargo
|
||||||
- cd _build
|
- cd _build
|
||||||
- ../cargo.sh doc --no-deps --document-private-items
|
- ../cargo.sh doc --no-deps --document-private-items --features 'glib_v0_14,zbus_v1_5,clap_v4'
|
||||||
except:
|
except:
|
||||||
variables:
|
variables:
|
||||||
- $PKG_ONLY == "1"
|
- $PKG_ONLY == "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user