Files
apk/.gitea/workflows/build_apk.yml
anorien90 e3497a2025
All checks were successful
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 14s
added worker for testing
2025-12-09 13:15:33 +01:00

23 lines
578 B
YAML

name: Test setup and build APKs
run-name: ${{ gitea.actor }} is building the Docker Images for ${{ gitea.repository }}
on: [push]
branches:
- master
jobs:
Build-and-Create-Development-Environment: # Renamed job for clarity
runs-on: ubuntu-latest
container:
volumes:
- /prod/data/apk/:/prod/data/apk/:rw # host_path:container_path:mode (rw or ro)
steps:
# 1. Fetch all history for cross-branch operations
- name: Check out Repository
uses: actions/checkout@v4
- name: Start setup proces
run: |
ls -la