mirror of
https://github.com/xlucn/PAT.git
synced 2026-02-08 03:51:36 +08:00
test out github actions
This commit is contained in:
18
.github/workflows/c.yml
vendored
Normal file
18
.github/workflows/c.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: C CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: make
|
||||
run: make
|
||||
Reference in New Issue
Block a user