Try to move to MinGW builds on Windows

This commit is contained in:
MoneroOcean 2020-07-16 18:30:28 -07:00
parent 2a40277cf9
commit 38c9f4e4d7

View file

@ -13,9 +13,8 @@ jobs:
run: git clone https://github.com/xmrig/xmrig-deps.git run: git clone https://github.com/xmrig/xmrig-deps.git
- name: Build project on Windows - name: Build project on Windows
run: | run: |
cmake . -G "Visual Studio 16 2019" -DXMRIG_DEPS=xmrig-deps\msvc2019\x64 cmake . -G "MinGW Makefiles" -DXMRIG_DEPS=xmrig-deps\gcc\x64
cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin" make -j%NUMBER_OF_PROCESSORS%
.\MSBuild.exe /p:Configuration=Release $Env:GITHUB_WORKSPACE\xmrig.sln
build_lin: build_lin:
name: Ubuntu build name: Ubuntu build