japaric / trust

Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
Apache License 2.0
1.26k stars 59 forks source link

av-script: honor script.sh logic for AppVeyor too #49

Closed fenollp closed 7 years ago

japaric commented 7 years ago

Could you explain what this does? $APPVEYOR_REPO_TAG_NAME is never set in Travis CI.

fenollp commented 7 years ago

Yeah I only realised this now. I somehow expected appveyor to run some of the .sh scripts in ci/. Not sure why I ever expected that…