Skip to content

Commit

Permalink
build process
Browse files Browse the repository at this point in the history
  • Loading branch information
turboboost55 committed Jan 2, 2022
1 parent 7ecee3f commit dde3282
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ cd %~dp0
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" /m:3 "..\build\MVis-tokenminer.sln" /t:Build /p:Configuration=Release
IF ERRORLEVEL 1 GOTO ERROR


REM Copy tokenminer.ini

copy "..\tokenminer.ini" stage\tokenminer
copy list-devices.bat stage\tokenminer
copy start-mining.bat stage\tokenminer


REM convert readme to html and copy to staging. see https://github.com/joeyespo/grip

Expand Down
2 changes: 2 additions & 0 deletions release/list-devices.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.\tokenminer.exe --list-devices -G
pause
2 changes: 2 additions & 0 deletions release/start-mining.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.\tokenminer.exe -G -P --opencl-platform 0
pause

0 comments on commit dde3282

Please sign in to comment.