diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-07-15 15:43:16 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-07-15 15:43:16 +0200 |
commit | 2cc22dc7d21beec27c54766b6c866d1aba2c4033 (patch) | |
tree | 254ee5d717c9b625190bdc6d481cf84f1774a3a2 /.gitlab-ci.yml | |
parent | this time, let us try it with including cbindgen in OBS instead (diff) | |
download | librewolf-debian-2cc22dc7d21beec27c54766b6c866d1aba2c4033.tar.gz librewolf-debian-2cc22dc7d21beec27c54766b6c866d1aba2c4033.tar.bz2 librewolf-debian-2cc22dc7d21beec27c54766b6c866d1aba2c4033.zip |
cargo.toml needs to be separate, it seems
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2e73ab..5628f8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ variables: paths: - "./**/librewolf*.dsc" - "./**/librewolf*.xz" + - "./**/Cargo.toml" .prepare_ubuntu: &prepare_ubuntu variables: |