Can we build under Windows too?

This commit is contained in:
Nolan Darilek 2020-04-11 12:15:20 -05:00
parent 40628f01e8
commit eba74f8a0e

View File

@ -17,3 +17,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y libspeechd-dev
cargo build --release --verbose
build_windows:
name: Build Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- run: |
cargo build --release --verbose