Update cmake-windows.yml
This commit is contained in:
parent
0795416ab1
commit
d655258859
1 changed files with 8 additions and 9 deletions
17
.github/workflows/cmake-windows.yml
vendored
17
.github/workflows/cmake-windows.yml
vendored
|
@ -24,12 +24,6 @@ jobs:
|
|||
- shell: powershell
|
||||
run: choco install cmake -y --installargs 'ADD_CMAKE_TO_PATH=System'
|
||||
|
||||
- shell: powershell
|
||||
run: choco install jq
|
||||
|
||||
- shell: powershell
|
||||
run: choco install curl
|
||||
|
||||
- shell: powershell
|
||||
run: refreshenv
|
||||
|
||||
|
@ -51,20 +45,25 @@ jobs:
|
|||
Start-BitsTransfer -Source $URL_Latest -Destination "xmrig-deps.zip"
|
||||
|
||||
- shell: msys2 {0}
|
||||
run: |
|
||||
pwd
|
||||
ls
|
||||
run: pwd && ls
|
||||
|
||||
- shell: msys2 {0}
|
||||
run: |
|
||||
pwd && ls
|
||||
|
||||
unzip xmrig-deps.zip
|
||||
mv xmrig-xmrig* xmrig-deps
|
||||
mkdir xmrig/build
|
||||
cd xmrig/build
|
||||
|
||||
pwd && ls
|
||||
|
||||
# 'C:\Program Files\CMake\bin\cmake.exe' .. -G "Unix Makefiles" -DXMRIG_DEPS=D:/a/RedxLus/xmrig/xmrig-deps/gcc/x64
|
||||
# make -j$(nproc)
|
||||
|
||||
- shell: msys2 {0}
|
||||
run: |
|
||||
pwd && ls
|
||||
|
||||
'C:\Program Files\CMake\bin\cmake.exe' .. -G "Unix Makefiles" -DXMRIG_DEPS=D:/a/xmrig/xmrig/xmrig-deps/gcc/x64
|
||||
make -j$(nproc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue