Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
frosklis committed Mar 17, 2021
1 parent 87d6612 commit 841af7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ before_deploy: |
# Create the releases
# Macs
sudo snap install tree
tree /travis/build/frosklis/dinero-rs/target/
tree /home/travis/build/frosklis/dinero-rs/target/
cargo build --release --target x86_64-apple-darwin
tree /travis/build/frosklis/dinero-rs/target/
tree /home/travis/build/frosklis/dinero-rs/target/
# New macs
cargo build --release --target aarch64-apple-darwin
tree /travis/build/frosklis/dinero-rs/target/
tree /home/travis/build/frosklis/dinero-rs/target/
# Raspberry
# cargo build --release --target armv7-unknown-linux-gnueabihf
# Linux ARM
Expand All @@ -129,7 +129,7 @@ before_deploy: |
# cargo build --release --target x86_64-unknown-linux-gnu
# Windows
cargo build --release --target x86_64-pc-windows-gnu
tree /travis/build/frosklis/dinero-rs/target/
tree /home/travis/build/frosklis/dinero-rs/target/
# cargo build --release --target x86_64-pc-windows-msvc
# Package everything
Expand Down

0 comments on commit 841af7c

Please sign in to comment.