Fix building unit tests targetting windows
Fixes MSVC's LNK4217 warnings and MinGW errors.
This commit is contained in:
@@ -54,6 +54,9 @@ jobs:
|
||||
../cmake/build_win32.sh
|
||||
make lmms
|
||||
make
|
||||
- run:
|
||||
name: Build tests
|
||||
command: cd build && make tests
|
||||
- *ccache_stats
|
||||
- *save_cache
|
||||
mingw64:
|
||||
@@ -71,6 +74,9 @@ jobs:
|
||||
mkdir build && cd build
|
||||
../cmake/build_win64.sh
|
||||
make
|
||||
- run:
|
||||
name: Build tests
|
||||
command: cd build && make tests
|
||||
- *ccache_stats
|
||||
- *save_cache
|
||||
linux.gcc:
|
||||
|
||||
Reference in New Issue
Block a user