Skip to content

Commit

Permalink
corrections #2321.
Browse files Browse the repository at this point in the history
  • Loading branch information
avancinirodrigo committed Aug 18, 2020
1 parent b9fc097 commit 118331b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/scripts/win/terrame-conf.bat
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if "%_TERRAME_VLD_DIR%" == "" (
)

if "%_TERRAME_CPACK_GENERATOR%" == "" (
set _TERRAME_CPACK_GENERATOR="NSIS"
set _TERRAME_CPACK_GENERATOR=NSIS
)

mkdir %_TERRAME_OUT_DIR%
Expand Down
5 changes: 3 additions & 2 deletions jenkins/win/terrame-installer-windows-10.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ call terrame-conf.bat
:: Packing NSIS
cmake --build . --target PACKAGE --config Release
copy terrame*.exe %WORKSPACE%

set "RESULT=%ERRORLEVEL%"

cd ..

set "_TERRAME_CPACK_GENERATOR=ZIP"
call terrame-conf.bat
:: Packing ZIP Portable
cmake --build . --target PACKAGE --config Release
copy terrame*.zip %WORKSPACE%

set /a "RESULT=%RESULT%+%ERRORLEVEL%"

exit %RESULT%

0 comments on commit 118331b

Please sign in to comment.