Open haplo opened 4 years ago
https://travis-ci.org/github/haplo/rust-bch/jobs/697559766
Fails because cross command is not present:
cross
+cross build --target x86_64-apple-darwin ci/script.sh: line 30: cross: command not found
This is probably some problem with the install.sh script, which comes from trust.
Once the build works enable it in .travis.yml.
https://travis-ci.org/github/haplo/rust-bch/jobs/697559766
Fails because
cross
command is not present:This is probably some problem with the install.sh script, which comes from trust.
Once the build works enable it in .travis.yml.