Skip to content

Dry run of building and packing OS image #24

Dry run of building and packing OS image

Dry run of building and packing OS image #24

Workflow file for this run

name: build-check
run-name: Dry run of building and packing OS image
on:
push:
branches:
- '**'
- '!main'
jobs:
ci-build-check:
runs-on: [ubuntu-latest]
container: nihirash/sjasmplus:x64
steps:
- uses: actions/checkout@v4
- name: Fix ownership
run: chown -R $(id -u):$(id -g) $PWD
- name: Build OS from sources using dockerized sjasmplus
run: (cd system && make)
- name: Check packing release
run: (cd system && zip release.zip cpm.\$c ../drive_image/sdcard.zip) && rm system/release.zip