[ttssh2-commit] [10834] ライブラリのダウンロード/展開に失敗したときビルドを停止するようにした

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2023年 8月 14日 (月) 21:36:06 JST


Revision: 10834
          https://osdn.net/projects/ttssh2/scm/svn/commits/10834
Author:   zmatsuo
Date:     2023-08-14 21:36:06 +0900 (Mon, 14 Aug 2023)
Log Message:
-----------
ライブラリのダウンロード/展開に失敗したときビルドを停止するようにした

Modified Paths:
--------------
    trunk/installer/release.bat

-------------- next part --------------
Modified: trunk/installer/release.bat
===================================================================
--- trunk/installer/release.bat	2023-08-14 12:35:58 UTC (rev 10833)
+++ trunk/installer/release.bat	2023-08-14 12:36:06 UTC (rev 10834)
@@ -81,6 +81,10 @@
 set OPT=
 if "%1" == "force" set OPT=-DFORCE_DOWNLOAD=on
 %CMAKE% %OPT% -P download.cmake
+if errorlevel 1 (
+   echo download error
+   exit 1
+)
 
 endlocal
 exit /b 0


ttssh2-commit メーリングリストの案内
Back to archive index