1 Commits

Author SHA1 Message Date
Phil Howard 50fa6362f9 First crack at a build workflow 2020-11-26 16:18:51 +00:00
4 changed files with 21 additions and 9 deletions
+16
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
+2 -6
View File
@@ -23,11 +23,7 @@ To un-install wiringPi:
./build uninstall
For help and support see:
Gordon Henderson
* https://github.com/WiringPi/WiringPi/issues
* https://discord.gg/SM4WUVG
wiringPi originally created by Gordon Henderson
projects@drogon.net
https://projects.drogon.net/
+2 -2
View File
@@ -36,8 +36,8 @@ check_make_ok() {
echo ""
echo "Make Failed..."
echo "Please check the messages and fix any problems. If you're still stuck,"
echo "then raise a GitHub issue with the output and as many details as you can"
echo " https://github.com/WiringPi/WiringPi/issues"
echo "then please email all the output and as many details as you can to"
echo " projects@drogon.net"
echo ""
exit 1
fi
+1 -1
View File
@@ -337,7 +337,7 @@ Gordon Henderson
.SH "REPORTING BUGS"
Please report bugs to https://github.com/WiringPi/WiringPi/issues
Please report bugs to <projects@drogon.net>
.SH COPYRIGHT