mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-23 12:57:45 +00:00
Fix cargo-vendor-filterer being installed in the wrong step
(cherry picked from commit e121ea8ac0
)
This commit is contained in:
parent
39a06d67fa
commit
7bf2afc778
1 changed files with 2 additions and 8 deletions
10
.build.yml
10
.build.yml
|
@ -21,6 +21,8 @@ sources:
|
|||
secrets:
|
||||
- b748582a-5d31-4fe8-94d6-4a63035e97aa
|
||||
tasks:
|
||||
- setup: |
|
||||
cargo install cargo-vendor-filterer
|
||||
- reuse: |
|
||||
cd astra
|
||||
reuse lint
|
||||
|
@ -30,17 +32,9 @@ tasks:
|
|||
- upload-tarball: |
|
||||
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
||||
rsync -e 'ssh -p 38901' -Wvr astra-source.tar.gz deploy@ryne.moe:/srv/http/astra-distrib/astra/git/
|
||||
#- configure: |
|
||||
# cd astra
|
||||
# cmake -S . -B build-cmake
|
||||
#- build: |
|
||||
# cd astra
|
||||
# cmake --build build-cmake
|
||||
- flatpak: |
|
||||
cd astra
|
||||
cargo install cargo-vendor-filterer
|
||||
./scripts/build-flatpak.sh
|
||||
artifacts:
|
||||
- astra-source.tar.gz
|
||||
# - astra/build-cmake/bin/astra
|
||||
- astra/astra.flatpak
|
||||
|
|
Loading…
Add table
Reference in a new issue