Skip to content

Updated action to working repo #5

Updated action to working repo

Updated action to working repo #5

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "actions", "master" ]
pull_request:
branches: [ "actions", "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: Push nightly release
uses: pyTooling/Actions/releaser@main
with:
tag: nightly
rm: true
token: ${{ secrets.GITHUB_TOKEN }}
files: build/*.iso
# https://github.com/pi4erd/MyKernel/releases/tag/nightly