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

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