Updated build
This commit is contained in:
parent
1b14707b7b
commit
3f821b3307
1 changed files with 5 additions and 4 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
@ -10,10 +10,6 @@ jobs:
|
||||||
run:
|
run:
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@master
|
|
||||||
- name: Checkout deps
|
|
||||||
run: git clone https://github.com/xmrig/xmrig-deps.git
|
|
||||||
- name: Setup MSYS2 + UCRT64
|
- name: Setup MSYS2 + UCRT64
|
||||||
uses: msys2/setup-msys2@v2
|
uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
|
@ -23,6 +19,11 @@ jobs:
|
||||||
base-devel
|
base-devel
|
||||||
mingw-w64-ucrt-x86_64-toolchain
|
mingw-w64-ucrt-x86_64-toolchain
|
||||||
cmake
|
cmake
|
||||||
|
git
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@master
|
||||||
|
- name: Checkout deps
|
||||||
|
run: git clone https://github.com/xmrig/xmrig-deps.git
|
||||||
- name: Build project on Windows
|
- name: Build project on Windows
|
||||||
run: |
|
run: |
|
||||||
cmake . -G "Unix Makefiles" -DXMRIG_DEPS=xmrig-deps\gcc\x64
|
cmake . -G "Unix Makefiles" -DXMRIG_DEPS=xmrig-deps\gcc\x64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue