MOBILE-3501 travis: Install required library in Linux in Travis

main
Dani Palou 2020-08-06 14:25:12 +02:00
parent b8d5efa5dd
commit 5951bc64bf
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,7 @@ jobs:
- node --version
- npm --version
- nvm --version
- sudo apt-get install -y libsecret-1-dev > /dev/null
- npm ci
- npm install -g gulp
script: scripts/aot.sh
@ -83,6 +84,8 @@ jobs:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
- BUILD_PLATFORM='linux'
before_install:
- sudo apt-get install -y libsecret-1-dev > /dev/null
script: scripts/aot.sh
- stage: build
name: "Build MacOS"