This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
WiringPi
mirror of
https://github.com/WiringPi/WiringPi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
9
Wiki
Activity
Browse Source
First crack at a build workflow
pull/91/head
Phil Howard
4 years ago
parent
5c6bab7d42
commit
50fa6362f9
1 changed files
with
16 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
.github/workflows/build.yml
+ 16
- 0
.github/workflows/build.yml
View File
@@ -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…
Cancel
Save