From 9279aaf84acbf68532b2c53868359d5bff29e5d6 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Fri, 18 Oct 2024 18:20:04 -0500 Subject: [PATCH] Gitlab CI Testing --- receivers/electron/.gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index 4715a09..29fa4e7 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -19,10 +19,11 @@ buildWindowsAndLinux: - fcast before_script: - cd receivers/electron - - apt update && apt install -y zip dpkg fakeroot rpm wine wget unzip + - apt update && apt install -y zip dpkg fakeroot rpm wine mono-devel wget unzip - wget https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip - unzip wix314-binaries.zip -d wix314-binaries # p7zip-full + - ln -s /usr/bin/wine /usr/bin/wine64 - export WINEPATH="wix314-binaries/" script: - npm install