Merge pull request #2508 from crazyserver/MOBILE-3523

MOBILE-3523 travis: Solve libsecret lib not found
main
Dani Palou 2020-09-09 16:16:45 +02:00 committed by GitHub
commit 72b2954d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -32,6 +32,9 @@ cache:
- $HOME/.gradle/wrapper/
- $HOME/.android/build-cache
before_install:
- if [ "$TRAVIS_OS_NAME" == 'linux' ] ; then sudo apt-get install -y libsecret-1-dev > /dev/null ; fi
before_script:
- if [ "$TRAVIS_OS_NAME" != 'windows' ] ; then npm install npm@latest -g ; fi
- gulp
@ -84,8 +87,6 @@ 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"