mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 00:34:40 +01:00
CI: mount sdk & use flatpak build instead
This commit is contained in:
parent
daec4eda93
commit
e5350127b2
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ docs:
|
|||
tags:
|
||||
- flatpak
|
||||
script:
|
||||
- flatpak-builder --user --disable-rofiles-fuse --stop-at=${FLATPAK_MODULE} --force-clean app ${MANIFEST_PATH}
|
||||
- flatpak-builder --run app ${MANIFEST_PATH} cargo doc -p authenticator --no-deps --all-features
|
||||
- flatpak-builder --user --disable-rofiles-fuse --stop-at=${FLATPAK_MODULE} --force-clean flatpak_app ${MANIFEST_PATH}
|
||||
- flatpak build --env=PATH="$PATH:/usr/lib/sdk/rust-stable/bin" flatpak_app cargo doc -p authenticator --no-deps --all-features
|
||||
- rm -rf public
|
||||
- mv _build/target/doc/ public
|
||||
artifacts:
|
||||
|
|
Loading…
Add table
Reference in a new issue