More changes to GitHub Actions (#4175)
This commit is contained in:
parent
589fbcdcd5
commit
2f62671d8a
3 changed files with 10 additions and 2 deletions
3
.github/workflows/linux-builds.yml
vendored
3
.github/workflows/linux-builds.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: Build on Linux (Docker)
|
name: Build on Linux (Docker)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
3
.github/workflows/macos-builds.yml
vendored
3
.github/workflows/macos-builds.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: Build on macOS
|
name: Build on macOS
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<p align='center'>
|
<p align='center'>
|
||||||
<a href="#cockatrice"><b>Cockatrice</b></a> <b>|</b>
|
<a href="#cockatrice"><b>Cockatrice</b></a> <b>|</b>
|
||||||
<a href="#download-">Download</a> <b>|</b>
|
<a href="#download-">Download</a> <b>|</b>
|
||||||
<a href="#get-involved-">Get Involved</a> <b>|</b>
|
<a href="#get-involved--">Get Involved</a> <b>|</b>
|
||||||
<a href="#community-resources">Community</a> <b>|</b>
|
<a href="#community-resources">Community</a> <b>|</b>
|
||||||
<a href="#translations-">Translations</a> <b>|</b>
|
<a href="#translations-">Translations</a> <b>|</b>
|
||||||
<a href="#build---">Build</a> <b>|</b>
|
<a href="#build---">Build</a> <b>|</b>
|
||||||
|
@ -79,7 +79,9 @@ Cockatrice uses Transifex for translations. You can help us bring Cockatrice and
|
||||||
Check out our [Translator FAQ](https://github.com/Cockatrice/Cockatrice/wiki/Translation-FAQ) for more information about contributing!<br>
|
Check out our [Translator FAQ](https://github.com/Cockatrice/Cockatrice/wiki/Translation-FAQ) for more information about contributing!<br>
|
||||||
|
|
||||||
|
|
||||||
# Build  /badge.svg) [](https://ci.appveyor.com/project/ZeldaZach/cockatrice/branch/master) <!-- link to zachs appveyor not correct yet -->
|
# Build [/badge.svg)](https://github.com/Cockatrice/Cockatrice/actions?query=workflow%3A%22Build+on+Linux+%28Docker%29%22+branch%3Amaster) [](https://github.com/Cockatrice/Cockatrice/actions?query=workflow%3A%22Build+on+macOS%22+branch%3Amaster) [](https://ci.appveyor.com/project/ZeldaZach/cockatrice/branch/master)
|
||||||
|
|
||||||
|
<!-- link to zachs appveyor not correct yet -->
|
||||||
|
|
||||||
**Detailed compiling instructions are on the Cockatrice wiki under [Compiling Cockatrice](https://github.com/Cockatrice/Cockatrice/wiki/Compiling-Cockatrice)**
|
**Detailed compiling instructions are on the Cockatrice wiki under [Compiling Cockatrice](https://github.com/Cockatrice/Cockatrice/wiki/Compiling-Cockatrice)**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue