error fix

This commit is contained in:
mlangkabel
2021-07-19 16:10:28 +02:00
parent 9815bdd7df
commit 9bd4ae7724
+19
View File
@@ -9,6 +9,25 @@ platform: x64
configuration: Release
for:
-
matrix:
only:
- image: Visual Studio 2017
build_script:
- cmd: echo running on Windows!
-
matrix:
only:
- image: Ubuntu
build_script:
- sh: echo running on Ubuntu!
-
matrix:
only:
- image: macos
build_script:
- sh: echo running on Mac OS!
build_script: