This commit is contained in:
mlangkabel
2021-07-19 16:07:17 +02:00
parent 89b656bbca
commit 57c465c67a
+5 -1
View File
@@ -15,7 +15,7 @@ for:
only:
- image: Visual Studio 2017
build_script:
- sh: echo running on Windows!
- echo running on Windows!
-
matrix:
only:
@@ -28,3 +28,7 @@ for:
- image: macos
build_script:
- sh: echo running on Mac OS!
build_script:
- echo ERROR - Empty default script was executed!