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
+10
View File
@@ -0,0 +1,10 @@
configuration: Release
image:
- Visual Studio 2019
- Ubuntu
- macOS
build_script:
- cmake .
- cmake --build . --config %CONFIGURATION%