mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
ci: still need before_script for docs
This commit is contained in:
parent
e4c82f6e8e
commit
35fde60318
@ -55,7 +55,7 @@ ostree_default-features:
|
||||
# docs
|
||||
docs:
|
||||
stage: build
|
||||
image: rustlang/rust:nightly
|
||||
image: rustlang/rust:nightly-buster
|
||||
variables:
|
||||
RUSTDOC_OPTS: >-
|
||||
-Z unstable-options
|
||||
@ -64,7 +64,6 @@ docs:
|
||||
--extern-html-root-url gio_sys=https://gtk-rs.org/docs
|
||||
--extern-html-root-url glib=https://gtk-rs.org/docs
|
||||
--extern-html-root-url gio=https://gtk-rs.org/docs
|
||||
before_script: []
|
||||
script:
|
||||
- make merge-lgpl-docs
|
||||
- cargo rustdoc --verbose --package ostree-sys --features dox -- ${RUSTDOC_OPTS}
|
||||
|
Loading…
Reference in New Issue
Block a user