Try to move to MinGW builds on Windows
This commit is contained in:
parent
38c9f4e4d7
commit
35edf9a93c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Build project on Windows
|
- name: Build project on Windows
|
||||||
run: |
|
run: |
|
||||||
cmake . -G "MinGW Makefiles" -DXMRIG_DEPS=xmrig-deps\gcc\x64
|
cmake . -G "MinGW Makefiles" -DXMRIG_DEPS=xmrig-deps\gcc\x64
|
||||||
make -j%NUMBER_OF_PROCESSORS%
|
make -j2
|
||||||
copy src\config.json .
|
copy src\config.json .
|
||||||
copy bin\WinRing0\WinRing0x64.sys .
|
copy bin\WinRing0\WinRing0x64.sys .
|
||||||
7z a -tzip -mx windows_build.zip xmrig.exe config.json WinRing0x64.sys
|
7z a -tzip -mx windows_build.zip xmrig.exe config.json WinRing0x64.sys
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: Build project on Windows
|
- name: Build project on Windows
|
||||||
run: |
|
run: |
|
||||||
cmake . -G "MinGW Makefiles" -DXMRIG_DEPS=xmrig-deps\gcc\x64
|
cmake . -G "MinGW Makefiles" -DXMRIG_DEPS=xmrig-deps\gcc\x64
|
||||||
make -j%NUMBER_OF_PROCESSORS%
|
make -j2
|
||||||
|
|
||||||
build_lin:
|
build_lin:
|
||||||
name: Ubuntu build
|
name: Ubuntu build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue