Remove CI
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user