Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
fix(Travis): Add debian dep to build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Jul 15, 2019
1 parent 377e089 commit 3339900
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- stage: Build and Deploy
if: (NOT type IN (pull_request)) AND tag IS present
os: linux
before_install:
- sudo apt-get install libsecret-1-dev
- sudo apt-get install fakeroot
before_script: echo "{\"apiKey\":\"$BUNGIE_API_KEY\",\"clientId\":\"$BUNGIE_CLIENT_ID\",\"clientSecret\":\"$BUNGIE_CLIENT_SECRET\"}" > config/bungieApp.json
script: npm run make
before_deploy: zip -r "$TRAVIS_OS_NAME.zip" ./out/make/*
Expand Down

0 comments on commit 3339900

Please sign in to comment.