Commit 526523a3 authored by Joel Collins's avatar Joel Collins
Browse files

Initial attempt at electron-builder CI

parent 67dffe20
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+12 −0
Original line number Diff line number Diff line
image: electronuserland/builder:wine

build:
  script:
    - npm install
    - npm run release
  artifacts:
    name: "${CI_PROJECT_NAME}-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHORT_SHA}"
    paths:
      - release-builds/*.exe
      - release-builds/*.deb
      - release-builds/*.AppImage