From 9c111b3ed2dd16b86cc8e187b5e35ebdd482668f Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Mon, 6 Apr 2020 09:53:41 +0200 Subject: [win] Coq trunk is now called master The old script was still working but downloading an old version, probably there is a git ref called trunk somewhere --- dev/build/windows/MakeCoq_master_installer.bat | 26 ++++++++++++++++++++++++++ dev/build/windows/MakeCoq_trunk_installer.bat | 26 -------------------------- 2 files changed, 26 insertions(+), 26 deletions(-) create mode 100755 dev/build/windows/MakeCoq_master_installer.bat delete mode 100755 dev/build/windows/MakeCoq_trunk_installer.bat (limited to 'dev') diff --git a/dev/build/windows/MakeCoq_master_installer.bat b/dev/build/windows/MakeCoq_master_installer.bat new file mode 100755 index 0000000000..72640d5d79 --- /dev/null +++ b/dev/build/windows/MakeCoq_master_installer.bat @@ -0,0 +1,26 @@ +@ECHO OFF + +REM ========== COPYRIGHT/COPYLEFT ========== + +REM (C) 2016 Intel Deutschland GmbH +REM Author: Michael Soegtrop + +REM Released to the public by Intel under the +REM GNU Lesser General Public License Version 2.1 or later +REM See https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html + +REM ========== BUILD COQ ========== + +call MakeCoq_SetRootPath + +call MakeCoq_MinGW.bat ^ + -arch=64 ^ + -installer=Y ^ + -coqver=git-master ^ + -destcyg="%ROOTPATH%\cygwin_coq64_trunk_inst" ^ + -destcoq="%ROOTPATH%\coq64_trunk_inst" + +IF %ERRORLEVEL% NEQ 0 ( + ECHO MakeCoq_86git_installer.bat failed with error code %ERRORLEVEL% + EXIT /b %ERRORLEVEL% +) diff --git a/dev/build/windows/MakeCoq_trunk_installer.bat b/dev/build/windows/MakeCoq_trunk_installer.bat deleted file mode 100755 index f4f5827328..0000000000 --- a/dev/build/windows/MakeCoq_trunk_installer.bat +++ /dev/null @@ -1,26 +0,0 @@ -@ECHO OFF - -REM ========== COPYRIGHT/COPYLEFT ========== - -REM (C) 2016 Intel Deutschland GmbH -REM Author: Michael Soegtrop - -REM Released to the public by Intel under the -REM GNU Lesser General Public License Version 2.1 or later -REM See https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html - -REM ========== BUILD COQ ========== - -call MakeCoq_SetRootPath - -call MakeCoq_MinGW.bat ^ - -arch=64 ^ - -installer=Y ^ - -coqver=git-trunk ^ - -destcyg="%ROOTPATH%\cygwin_coq64_trunk_inst" ^ - -destcoq="%ROOTPATH%\coq64_trunk_inst" - -IF %ERRORLEVEL% NEQ 0 ( - ECHO MakeCoq_86git_installer.bat failed with error code %ERRORLEVEL% - EXIT /b %ERRORLEVEL% -) -- cgit v1.2.3