This commit is contained in:
mlangkabel
2021-07-19 16:14:48 +02:00
parent 9bd4ae7724
commit eba449fea5
+7 -1
View File
@@ -14,18 +14,24 @@ for:
matrix:
only:
- image: Visual Studio 2017
install:
- cmd: echo installing on Windows!
build_script:
- cmd: echo running on Windows!
- cmd: echo building on Windows!
-
matrix:
only:
- image: Ubuntu
install:
- sh: echo installing on Ubuntu!
build_script:
- sh: echo running on Ubuntu!
-
matrix:
only:
- image: macos
install:
- sh: echo installing on Mac OS!
build_script:
- sh: echo running on Mac OS!