From da7bf0433239fcfb29a33ea6708b55ddddf98cef Mon Sep 17 00:00:00 2001 From: Leon Date: Thu, 3 Feb 2022 16:42:36 +0100 Subject: [PATCH] Installer --- appveyor.yml | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cb1d574..18cf067 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,6 +28,21 @@ max_jobs: 8 # environment configuration # #---------------------------------# +environment: + matrix: + - job_name: Colorful TeamSpeak Default VS + appveyor_build_worker_image: Visual Studio 2019 + - job_name: Colorful TeamSpeak Dark VS + appveyor_build_worker_image: Visual Studio 2019 + - job_name: Colorful TeamSpeak Light VS + appveyor_build_worker_image: Visual Studio 2019 + - job_name: Colorful TeamSpeak Default Ubuntu + appveyor_build_worker_image: Ubuntu + - job_name: Colorful TeamSpeak Dark Ubuntu + appveyor_build_worker_image: Ubuntu + - job_name: Colorful TeamSpeak Light Ubuntu + appveyor_build_worker_image: Ubuntu + # Build worker image (VM template) image: - Visual Studio 2019 @@ -42,7 +57,7 @@ for: - matrix: only: - - image: Visual Studio 2019 1 + - job_name: Colorful TeamSpeak Default VS clone_folder: C:\TeamSpeakTheme before_build: - ps: C:\Python39\python.exe .\Build\assembleInstallScript-Default.py @@ -54,7 +69,7 @@ for: - matrix: only: - - image: Visual Studio 2019 2 + - job_name: Colorful TeamSpeak Light VS clone_folder: C:\TeamSpeakTheme before_build: - ps: C:\Python39\python.exe .\Build\assembleInstallScript-Light.py @@ -66,7 +81,7 @@ for: - matrix: only: - - image: Visual Studio 2019 3 + - job_name: Colorful TeamSpeak Dark VS clone_folder: C:\TeamSpeakTheme before_build: - ps: C:\Python39\python.exe .\Build\assembleInstallScript-Dark.py @@ -78,7 +93,7 @@ for: - matrix: only: - - image: Ubuntu 1 + - job_name: Colorful TeamSpeak Default Ubuntu clone_folder: /home/appveyor/TeamSpeakTheme before_build: - sudo apt-get install -y makeself zip @@ -91,7 +106,7 @@ for: - matrix: only: - - image: Ubuntu 2 + - job_name: Colorful TeamSpeak Light Ubuntu clone_folder: /home/appveyor/TeamSpeakTheme before_build: - sudo apt-get install -y makeself zip @@ -104,7 +119,7 @@ for: - matrix: only: - - image: Ubuntu 3 + - job_name: Colorful TeamSpeak Dark Ubuntu clone_folder: /home/appveyor/TeamSpeakTheme before_build: - sudo apt-get install -y makeself zip