From a49f2abcb84a956052a60793d6f389b26f2f2b5f Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Tue, 17 Sep 2024 09:58:48 -0500 Subject: [PATCH] Gitlab CI Testing --- receivers/electron/.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index 3823cec..d3215bb 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -6,6 +6,8 @@ buildMacOs: before_script: - cd receivers/electron script: + - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" + - brew install npm - npm install - npm run make --arch arm64 when: manual