This website works better with JavaScript.
首頁
說明
登入
heuzef
/
WiringPi
镜像来自
https://github.com/WiringPi/WiringPi.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
9
Wiki
Activity
瀏覽代碼
First crack at a build workflow
pull/91/head
Phil Howard
4 年之前
父節點
5c6bab7d42
當前提交
50fa6362f9
共有
1 個文件被更改
,包括
16 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
.github/workflows/build.yml
+ 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
Write
Preview
Loading…
取消
儲存