This commit is contained in:
mlangkabel
2021-07-19 16:03:10 +02:00
parent 844ef8838c
commit 044535965c
+11 -4
View File
@@ -13,9 +13,16 @@ for:
-
matrix:
only:
- image: Ubuntu
- image: Visual Studio 2017
build_script:
- sh: echo running on Ubuntu!
- sh: echo running on Windows!
matrix:
only:
- image: macos
build_script:
- echo running!
- sh: echo running on macos!
matrix:
only:
- image: macos
build_script:
- sh: echo running on Mac OS!