1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-23 21:07:45 +00:00

Fix cargo-vendor-filterer being installed in the wrong step

(cherry picked from commit e121ea8ac0)
This commit is contained in:
Joshua Goins 2024-03-22 18:02:00 -04:00
parent 39a06d67fa
commit 7bf2afc778

View file

@ -21,6 +21,8 @@ sources:
secrets: secrets:
- b748582a-5d31-4fe8-94d6-4a63035e97aa - b748582a-5d31-4fe8-94d6-4a63035e97aa
tasks: tasks:
- setup: |
cargo install cargo-vendor-filterer
- reuse: | - reuse: |
cd astra cd astra
reuse lint reuse lint
@ -30,17 +32,9 @@ tasks:
- upload-tarball: | - upload-tarball: |
echo "StrictHostKeyChecking=no" >> ~/.ssh/config echo "StrictHostKeyChecking=no" >> ~/.ssh/config
rsync -e 'ssh -p 38901' -Wvr astra-source.tar.gz deploy@ryne.moe:/srv/http/astra-distrib/astra/git/ 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: | - flatpak: |
cd astra cd astra
cargo install cargo-vendor-filterer
./scripts/build-flatpak.sh ./scripts/build-flatpak.sh
artifacts: artifacts:
- astra-source.tar.gz - astra-source.tar.gz
# - astra/build-cmake/bin/astra
- astra/astra.flatpak - astra/astra.flatpak