mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Remove old builds.sr.ht badge
This commit is contained in:
parent
dc870dafc1
commit
6550c8c99e
2 changed files with 0 additions and 30 deletions
28
.build.yml
28
.build.yml
|
@ -1,28 +0,0 @@
|
|||
image: archlinux
|
||||
packages:
|
||||
- rust
|
||||
- reuse
|
||||
- flatpak-builder
|
||||
- rsync
|
||||
sources:
|
||||
- https://git.sr.ht/~redstrate/astra
|
||||
secrets:
|
||||
- b748582a-5d31-4fe8-94d6-4a63035e97aa
|
||||
tasks:
|
||||
- setup: |
|
||||
cargo install cargo-vendor-filterer
|
||||
- reuse: |
|
||||
cd astra
|
||||
reuse lint
|
||||
- tarball: |
|
||||
cd astra
|
||||
./scripts/tarball.sh
|
||||
- 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/
|
||||
- flatpak: |
|
||||
cd astra
|
||||
./scripts/build-flatpak.sh
|
||||
artifacts:
|
||||
- astra-source.tar.gz
|
||||
- astra/astra.flatpak
|
|
@ -1,7 +1,5 @@
|
|||
# Astra
|
||||
|
||||
[](https://builds.sr.ht/~redstrate/astra?)
|
||||
|
||||
Linux FFXIV launcher that supports profiles, multiple accounts and [Dalamud](https://github.com/goatcorp/Dalamud)
|
||||
plugins!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue