Try out GitHub Actions

This commit is contained in:
Sidi Liang 2021-12-06 22:36:08 +08:00 committed by GitHub
parent 9861ecd03e
commit afd87da5e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
.github/workflows/c-cpp.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: make
run: make