Try to move to MinGW builds on Windows
This commit is contained in:
parent
2a40277cf9
commit
38c9f4e4d7
1 changed files with 2 additions and 3 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -13,9 +13,8 @@ jobs:
|
|||
run: git clone https://github.com/xmrig/xmrig-deps.git
|
||||
- name: Build project on Windows
|
||||
run: |
|
||||
cmake . -G "Visual Studio 16 2019" -DXMRIG_DEPS=xmrig-deps\msvc2019\x64
|
||||
cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin"
|
||||
.\MSBuild.exe /p:Configuration=Release $Env:GITHUB_WORKSPACE\xmrig.sln
|
||||
cmake . -G "MinGW Makefiles" -DXMRIG_DEPS=xmrig-deps\gcc\x64
|
||||
make -j%NUMBER_OF_PROCESSORS%
|
||||
|
||||
build_lin:
|
||||
name: Ubuntu build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue