mirror of
https://github.com/ayabusa/Numworks-zeta-os.git
synced 2024-11-24 03:43:25 +00:00
Create makefile.yml
This commit is contained in:
parent
ffa9d061b5
commit
5897ab6a23
23
.github/workflows/makefile.yml
vendored
Normal file
23
.github/workflows/makefile.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user