trust
trust copied to clipboard
Travis build for windows failed
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?
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.
I have the same problem. Did someone find a solution ?