Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
World
Rust
libflatpak-rs
Commits
2e312d12
Commit
2e312d12
authored
Oct 23, 2022
by
Bilal Elmoussaoui
Browse files
Don't checkout git submodules by default
parent
e7137192
Pipeline
#456173
passed with stages
in 20 minutes and 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2e312d12
...
...
@@ -29,6 +29,7 @@ docs:
stage
:
test
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_SUBMODULE_UPDATE_FLAGS
:
--checkout
script
:
# generate the docs
-
cargo install rustdoc-stripper
...
...
.gitmodules
View file @
2e312d12
[submodule "gir"]
path = gir
url = https://github.com/gtk-rs/gir.git
update = none
[submodule "gir-files"]
path = gir-files
url = https://github.com/gtk-rs/gir-files.git
update = none
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment