Skip to content

Anycc ci build

Anycc ci build #8

Workflow file for this run

name: Build Project
on: [pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Build
run: |
make build