voluptatumquo
Version:
A wrapper for Electron Renderer APIs. Finally easy to use in Angular
23 lines (22 loc) • 481 B
YAML
language: node_js
sudo: required
notifications:
email: false
node_js:
- '10'
before_install:
- export CHROME_BIN=chromium-browser
- if [[ `npm -v` != 6* ]]; then npm i -g npm@6; fi
after_success:
- npm run build
- cp .git dist/ngx-electron/ -r
- cp README.md dist/ngx-electron/
- cd dist/ngx-electron/
- npm install
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start