Update cmake-windows.yml
This commit is contained in:
parent
6f66071494
commit
027ad99949
1 changed files with 3 additions and 4 deletions
7
.github/workflows/cmake-windows.yml
vendored
7
.github/workflows/cmake-windows.yml
vendored
|
@ -1,7 +1,5 @@
|
|||
name: CMake windows
|
||||
on:
|
||||
release: # recuerda cmabiarlo a push
|
||||
types: [published, created, edited]
|
||||
on: [push]
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
BUILD_TYPE: Release
|
||||
|
@ -58,6 +56,7 @@ jobs:
|
|||
mv xmrig-xmrig* xmrig-deps
|
||||
mkdir xmrig/build
|
||||
cd xmrig/build
|
||||
'C:\Program Files\CMake\bin\cmake.exe' .. -G "Unix Makefiles" -DXMRIG_DEPS=c:/xmrig-deps/gcc/x64
|
||||
pwd
|
||||
'C:\Program Files\CMake\bin\cmake.exe' .. -G "Unix Makefiles" -DXMRIG_DEPS=D:/a/RedxLus/xmrig/xmrig-deps/gcc/x64
|
||||
make -j$(nproc)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue