Remove CI

This commit is contained in:
2026-06-12 20:54:45 +02:00
parent a3bbac72d6
commit 99323694a3
-27
View File
@@ -1,27 +0,0 @@
name: build
on:
push:
branches: [main]
tags: ['*']
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
container:
image: docksee/nixos-gitea:${{ vars.NIX_IMAGE_VERSION }}
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Check runner arch
run: uname -m
- name: Unit tests
run: nix develop --command gradle --no-daemon :app:test
- name: Build release APKs
run: nix develop --command gradle --no-daemon :app:assembleRelease
- uses: actions/upload-artifact@v3
with:
name: android-webview-kiosk-apk
path: app/build/outputs/apk/*/release/*.apk