Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bfff4e208 | |||
| 726d5c411c |
@@ -1,16 +0,0 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run build
|
||||
run: |
|
||||
./build
|
||||
@@ -23,7 +23,11 @@ To un-install wiringPi:
|
||||
|
||||
./build uninstall
|
||||
|
||||
Gordon Henderson
|
||||
For help and support see:
|
||||
|
||||
projects@drogon.net
|
||||
* https://github.com/WiringPi/WiringPi/issues
|
||||
* https://discord.gg/SM4WUVG
|
||||
|
||||
|
||||
wiringPi originally created by Gordon Henderson
|
||||
https://projects.drogon.net/
|
||||
|
||||
@@ -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 please email all the output and as many details as you can to"
|
||||
echo " projects@drogon.net"
|
||||
echo "then raise a GitHub issue with the output and as many details as you can"
|
||||
echo " https://github.com/WiringPi/WiringPi/issues"
|
||||
echo ""
|
||||
exit 1
|
||||
fi
|
||||
|
||||
+1
-1
@@ -337,7 +337,7 @@ Gordon Henderson
|
||||
|
||||
.SH "REPORTING BUGS"
|
||||
|
||||
Please report bugs to <projects@drogon.net>
|
||||
Please report bugs to https://github.com/WiringPi/WiringPi/issues
|
||||
|
||||
.SH COPYRIGHT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user