Skip to content

Commit

Permalink
absolute paths travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcFontaine committed Feb 10, 2019
1 parent f4f312d commit 0eca9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ script:
- cachix use mafo
- nix-build -o result-wsjtx-udp --argstr compiler $COMPILER default.nix
- nix-build -o result-wsjtx-udp-static default-static.nix
- cp result-wsjtx-udp-static/bin/wsjtx-udp wsjtx-udp_linux-x64-static
- cp /home/travis/build/MarcFontaine/wsjtx-udp/result-wsjtx-udp-static/bin/wsjtx-udp /home/travis/build/MarcFontaine/wsjtx-udp/wsjtx-udp_linux-x64-static
after_success:
- cachix push mafo ./result-wsjtx-udp
- cachix push mafo ./result-wsjtx-udp-static
Expand Down

0 comments on commit 0eca9f3

Please sign in to comment.