1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-21 18:02:35 +01:00
This commit is contained in:
Mikael Finstad 2019-01-12 20:41:28 +00:00
parent c3c5469f3c
commit 7931272d14

View File

@ -11,14 +11,18 @@ language: node_js
node_js:
- "8"
addons:
homebrew:
packages:
- wine
- p7zip
# https://discourse.brew.sh/t/wine-first-time-configuration-gets-stuck-forever-on-macos/1612
env:
global:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
- WINEARCH=win32
# - HOMEBREW_LOGS=/tmp/homebrew-logs # Prevent crash
# - HOMEBREW_TEMP=/tmp/homebrew-temp # Prevent crash
cache:
yarn: true
@ -26,15 +30,10 @@ cache:
- $HOME/.cache/electron
- $HOME/.cache/electron-builder
- ffmpeg-tmp/archives
# - $HOME/Library/Caches/Homebrew
before_cache:
- rm -rf $HOME/.cache/electron-builder/wine
before_install:
- brew install wine
- brew install p7zip
script:
- |
npm run lint &&