ci: add mac os to github ci (#51)

* ci: add mac os to ci

* ci: add appveyor file
This commit is contained in:
Carlos Gomes Martinho
2020-02-19 17:48:36 +01:00
committed by GitHub
parent 7fe81c65c8
commit 5d4358030a
3 changed files with 13 additions and 3 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
# os: [windows-latest, ubuntu-latest, macOS-latest]
os: [windows-latest, ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v1