diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index 4807b43..f920a30 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -1,7 +1,17 @@ -buildAndDeployElectron: + +buildMacOs: stage: buildAndDeployElectron before_script: - cd receivers/electron + script: + - npm install + - npm run make --arch arm64 + when: manual + +deploy: + stage: buildAndDeployElectron + # before_script: + # - cd receivers/electron script: - sh deploy.sh when: manual \ No newline at end of file diff --git a/receivers/electron/deploy.sh b/receivers/electron/deploy.sh index 3e5a5a3..68c63a1 100644 --- a/receivers/electron/deploy.sh +++ b/receivers/electron/deploy.sh @@ -3,6 +3,9 @@ # CI/CD WIP # Build content -echo "Building content..." -npm install -npm run make + +echo "CI testing setup" + +# echo "Building content..." +# npm install +# npm run make --arch arm64