Skip to content

Add build workflow for macos/linux #1

Add build workflow for macos/linux

Add build workflow for macos/linux #1

Workflow file for this run

name: Build
on:
push:
branches: [ "master", "workflows" ]
pull_request:
jobs:
build_ubuntu:
runs_on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make

Check failure on line 14 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
- name: clean
run: fclean
build_macos:
runs_on: macos-12
steps:
- uses: actions/checkout@v3
- name: make
run: make
- name: clean
run: fclean