1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-09 11:57:45 +00:00
astra/.build.yml

29 lines
643 B
YAML
Raw Normal View History

2023-08-04 17:35:25 -04:00
image: archlinux
packages:
- rust
2023-08-05 22:15:39 -04:00
- reuse
2023-08-06 09:46:50 -04:00
- flatpak-builder
2023-10-04 12:37:12 -04:00
- rsync
2023-08-04 17:35:25 -04:00
sources:
- https://git.sr.ht/~redstrate/astra
2023-10-04 12:37:12 -04:00
secrets:
- b748582a-5d31-4fe8-94d6-4a63035e97aa
2023-08-04 17:35:25 -04:00
tasks:
- setup: |
cargo install cargo-vendor-filterer
2023-08-05 22:15:39 -04:00
- reuse: |
cd astra
reuse lint
- tarball: |
cd astra
./scripts/tarball.sh
2023-10-04 12:37:12 -04:00
- 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/
2024-03-22 16:46:57 -04:00
- flatpak: |
cd astra
2024-03-22 16:48:42 -04:00
./scripts/build-flatpak.sh
artifacts:
- astra-source.tar.gz
2024-03-22 16:46:57 -04:00
- astra/astra.flatpak