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?
The template (with necessary changes) fails on travis with the following error
Is there a way to fix this or to disable testing for a windows target?