File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -349,13 +349,15 @@ jobs:
349
349
& "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\Msbuild\\Current\\Bin\\amd64\\msbuild" -v:m /m /p:Configuration=Debug p2pool.vcxproj
350
350
351
351
- name : Run p2pool
352
+ shell : cmd
352
353
run : |
354
+ call "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvarsall.bat" amd64
353
355
cd build/Debug
354
356
mkdir data
355
- Start-Process python -ArgumentList " ../../tests/src/stratum_dummy.py 1"
356
- Start-Process python -ArgumentList " ../../tests/src/stratum_dummy.py 2"
357
- Start-Process python -ArgumentList " ../../tests/src/stratum_dummy.py 3"
358
- ./ p2pool.exe --host xmrnode.facspro.net --rpc-port 18089 --zmq-port 18084 --host xmr2.rs.me --wallet 44MnN1f3Eto8DZYUWuE5XZNUtE3vcRzt2j6PzqWpPau34e6Cf4fAxt6X2MBmrm6F9YMEiMNjN6W4Shn4pLcfNAja621jwyg --mini --out-peers 200 --data-api data --local-api --loglevel 6
357
+ start python ../../tests/src/stratum_dummy.py 1
358
+ start python ../../tests/src/stratum_dummy.py 2
359
+ start python ../../tests/src/stratum_dummy.py 3
360
+ p2pool.exe --host xmrnode.facspro.net --rpc-port 18089 --zmq-port 18084 --host xmr2.rs.me --wallet 44MnN1f3Eto8DZYUWuE5XZNUtE3vcRzt2j6PzqWpPau34e6Cf4fAxt6X2MBmrm6F9YMEiMNjN6W4Shn4pLcfNAja621jwyg --mini --out-peers 200 --data-api data --local-api --loglevel 6
359
361
360
362
- name : Check p2pool.log
361
363
run : |
You can’t perform that action at this time.
0 commit comments