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

Travis build for windows failed #110

Open NyxCode opened 6 years ago

NyxCode commented 6 years ago

The template (with necessary changes) fails on travis with the following error

Running `wine /target/x86_64-pc-windows-gnu/debug/heaven-on-earth.exe`
err:module:import_dll Library ncrypt.dll (which is needed by L"Z:\\target\\x86_64-pc-windows-gnu\\debug\\heaven-on-earth.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\target\\x86_64-pc-windows-gnu\\debug\\heaven-on-earth.exe" failed, status c0000135

Is there a way to fix this or to disable testing for a windows target?

Calinou commented 6 years ago

Is there a way to fix this or to disable testing for a windows target?

You can just comment out the lines related to Windows targets in .travis.yml.

lovasoa commented 5 years ago

I have the same problem. Did someone find a solution ?