mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 18:15:56 +00:00
Add MacOS test build.
This commit is contained in:
parent
bfdedf64db
commit
1eca767056
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libspeechd-dev
|
sudo apt-get install -y libspeechd-dev
|
||||||
cargo build --release --verbose
|
cargo build --release
|
||||||
|
|
||||||
build_windows:
|
build_windows:
|
||||||
name: Build Windows
|
name: Build Windows
|
||||||
|
@ -25,4 +25,12 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: |
|
- run: |
|
||||||
choco install -y llvm
|
choco install -y llvm
|
||||||
cargo build --release --verbose
|
cargo build --release
|
||||||
|
|
||||||
|
build_macos:
|
||||||
|
name: Build MacOS
|
||||||
|
runs-on: macos-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- run: |
|
||||||
|
cargo build --release
|
||||||
|
|
Loading…
Reference in New Issue
Block a user