Numworks-zeta-os/.github/workflows/makefile.yml

24 lines
343 B
YAML
Raw Normal View History

2024-04-02 16:14:05 +00:00
name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: clean
working-directory: ./numworks_port
run: make clean
- name: build
working-directory: ./numworks_port
run: make