Skip to content

Commit

Permalink
adjust before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Dec 21, 2024
1 parent 2e53e98 commit ec2b6ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ script:
- if [[ "$PLATFORM" == "osx" ]]; then ./zcutil/build.sh; fi
- if [[ "$PLATFORM" == "win" ]]; then ./zcutil/build-win.sh; fi
before_deploy:
- yes | gem update --system --force
- gem install bundler
- gem install uri
- gem install logger
- if [[ "$PLATFORM" == "linux" ]]; then ls -l ./src; fi
- if [[ "$PLATFORM" == "linux" ]]; then strip ./src/fluxd ./src/flux-cli ./src/flux-tx ./src/flux-gtest; fi
- if [[ "$PLATFORM" == "linux" ]]; then cp ./src/fluxd .; fi
Expand Down

0 comments on commit ec2b6ac

Please sign in to comment.