mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-02 18:25:12 +00:00
add travis dependency
This commit is contained in:
parent
ea64c7f9bb
commit
fc56b9c914
1 changed files with 3 additions and 1 deletions
|
@ -18,6 +18,8 @@ cache:
|
||||||
- $HOME/.cache/electron
|
- $HOME/.cache/electron
|
||||||
- $HOME/.cache/electron-builder
|
- $HOME/.cache/electron-builder
|
||||||
before_install:
|
before_install:
|
||||||
|
- sudo apt-get -qq update
|
||||||
|
- sudo apt-get install -y libsecret-1-dev
|
||||||
- |
|
- |
|
||||||
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
||||||
mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v2.3.1/git-lfs-$([ "$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "darwin")-amd64-2.3.1.tar.gz | tar -xz -C /tmp/git-lfs --strip-components 1
|
mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v2.3.1/git-lfs-$([ "$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "darwin")-amd64-2.3.1.tar.gz | tar -xz -C /tmp/git-lfs --strip-components 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue