aboutsummaryrefslogtreecommitdiff
path: root/.build.yml/release.yml
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-01-17 17:46:38 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-01-17 17:46:52 +0100
commit72690e2f0e8b36ff4b21aaea3ada603dd49aef2f (patch)
tree2f6c9325749e87df2b3d5aefdd7c22fc8bb59b1e /.build.yml/release.yml
parent1bd2896078e31c788e6ee78ae4d07687f25905f4 (diff)
Actually move release build to .build.yml
Diffstat (limited to '.build.yml/release.yml')
-rw-r--r--.build.yml/release.yml46
1 files changed, 0 insertions, 46 deletions
diff --git a/.build.yml/release.yml b/.build.yml/release.yml
deleted file mode 100644
index a3ce307..0000000
--- a/.build.yml/release.yml
+++ /dev/null
@@ -1,46 +0,0 @@
-image: archlinux
-packages:
- - make
- - minisign
- - rsync
- - coreutils
- - clang
- - lld
- - rustup
- - curl
- - tar
- - gzip
- - gettext
- - python-poetry
- - flatpak
- - flatpak-builder
- - gtk4
- - libadwaita
- - gtksourceview5
-sources:
- - git@git.sr.ht:~rbdr/map-linux
- - https://github.com/flatpak/flatpak-builder-tools
-environment:
- GPG_TTY: /dev/pts/0
-secrets:
- - a1e0e3da-c1ad-473a-ad69-8878f267a628
- - 0b0d3e5e-fbdc-41d0-97ed-ee654fe797ff
- - f80356df-eb81-487f-8739-fbf08bf204dc
- - 05763ec6-2f17-46b5-90f6-963482975b8b
-tasks:
- - set_rust: |
- cd map-linux
- make set_rust
- - install_binstall: |
- curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
- - install_builders: |
- cargo binstall cargo-generate-rpm --no-confirm
- cargo binstall cargo-deb --no-confirm
- - setup_flatpak_tools: |
- cd flatpak-builder-tools/cargo
- poetry install
- - setup_flathub: |
- flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- - release: |
- cd map-linux
- make -e architectures=x86_64-unknown-linux-gnu -e flatpak_cargo_generator=/home/build/flatpak-builder-tools/cargo ci