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

Fix two problems encountered when using #96

Closed Yiniau closed 2 years ago

Yiniau commented 6 years ago
  1. when I cross-compilation a game to windows, always failed with 'can't find xxx file'. fix this by os judgment

  2. when deploying on github releases, there were empty draft generate. fix this by adding 'prerelease: true' in travis.yml