2023-08-04 17:35:25 -04:00
|
|
|
image: archlinux
|
|
|
|
packages:
|
|
|
|
- cmake
|
|
|
|
- extra-cmake-modules
|
2023-09-16 18:02:43 -04:00
|
|
|
- qt6-quickcontrols2
|
|
|
|
- qt6-webengine
|
2023-08-04 17:35:25 -04:00
|
|
|
- kirigami2
|
2023-11-14 20:42:40 -05:00
|
|
|
- kcoreaddons5
|
|
|
|
- ki18n5
|
|
|
|
- kconfig5
|
2023-09-16 18:02:43 -04:00
|
|
|
- qtkeychain-qt6
|
|
|
|
- quazip-qt6
|
2023-08-04 17:35:25 -04:00
|
|
|
- rust
|
|
|
|
- unshield
|
|
|
|
- gamemode
|
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:
|
2023-08-05 22:15:39 -04:00
|
|
|
- reuse: |
|
|
|
|
cd astra
|
|
|
|
reuse lint
|
2023-10-04 11:44:23 -04:00
|
|
|
- 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/
|
2023-09-16 18:02:43 -04:00
|
|
|
#- configure: |
|
|
|
|
# cd astra
|
|
|
|
# cmake -S . -B build-cmake
|
|
|
|
#- build: |
|
|
|
|
# cd astra
|
|
|
|
# cmake --build build-cmake
|
|
|
|
#- flatpak: |
|
|
|
|
# cd astra
|
|
|
|
# ./build-flatpak.sh
|
2023-10-04 11:44:23 -04:00
|
|
|
artifacts:
|
|
|
|
- astra-source.tar.gz
|
2023-09-16 18:02:43 -04:00
|
|
|
# - astra/build-cmake/bin/astra
|
2023-11-14 20:42:40 -05:00
|
|
|
# - astra/astra.flatpak
|