Skip to content

Commit

Permalink
make app build job not to loose web-clients taken from travis-workspaces
Browse files Browse the repository at this point in the history
* related: cff4238
* "proton-web-clients" assembled in previous jobs get shared via "workspaces" feature of "travis-ci"
  • Loading branch information
vladimiry committed Feb 22, 2020
1 parent cff4238 commit 421e45a
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 @@ -193,6 +193,8 @@ jobs:
# eval $(echo -n "" | /usr/bin/gnome-keyring-daemon --login);
# eval $(/usr/bin/gnome-keyring-daemon --components=secrets --start);
# python3 ./scripts/ci/add-secret-service-item-assert.py;
env:
- CI_WEBCLIENTS_JOB_REMOVE_OUTPUT_GIT_DIR="0"
script: ./scripts/ci/travis/build-linux.sh
- stage: 'build app'
<<: *embedding-macos-common-anchor
Expand All @@ -205,4 +207,5 @@ jobs:
- 'macos-webclients-artifact-webclient'
env:
- ARTIFACT_NAME_POSTFIX="-high-sierra"
- CI_WEBCLIENTS_JOB_REMOVE_OUTPUT_GIT_DIR="0"
script: ./scripts/ci/travis/build-osx.sh

0 comments on commit 421e45a

Please sign in to comment.