瀏覽代碼
Merge pull request #91 from WiringPi/patch-actions
GitHub Actions
pull/92/head
Philip Howard
4 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有
1 個文件被更改,包括
16 次插入 和
0 次删除
-
.github/workflows/build.yml
|
|
@@ -0,0 +1,16 @@ |
|
|
|
name: Build |
|
|
|
|
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
|
|
|
|
jobs: |
|
|
|
test: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Run build |
|
|
|
run: | |
|
|
|
./build |