File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ @ echo off
2+ REM ***************************************************************************
3+ REM configonly.cmd
4+ REM ---------------------
5+ REM begin : June 2018
6+ REM copyright : (C) 2018 by Juergen E. Fischer
7+ REM email : jef at norbit dot de
8+ REM ***************************************************************************
9+ REM * *
10+ REM * This program is free software; you can redistribute it and/or modify *
11+ REM * it under the terms of the GNU General Public License as published by *
12+ REM * the Free Software Foundation; either version 2 of the License, or *
13+ REM * (at your option) any later version. *
14+ REM * *
15+ REM ***************************************************************************
16+
17+ set ARCH = %1
18+ if " %ARCH% " == " x86" (
19+ set CMAKEGEN = Visual Studio 14 2015
20+ ) else (
21+ set CMAKEGEN = Visual Studio 14 2015 Win64
22+ set ARCH = x86_64
23+ )
24+
25+ set CONFIGONLY = 1
26+
27+ package-nightly.cmd 3.1.0 99 qgis-test %ARCH%
You can’t perform that action at this time.
0 commit comments