File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
- init :
2
- # Install bison
3
- - choco feature disable --name showDownloadProgress
4
- - choco install -y winflexbison
5
- - C:\ProgramData\chocolatey\lib\winflexbison\tools\win_bison.exe --version
6
-
7
1
version : build-{build}~branch-{branch}
8
2
9
- cache :
10
- - C:\ProgramData\chocolatey\bin -> appveyor.yml
11
- - C:\ProgramData\chocolatey\lib -> appveyor.yml
12
-
13
3
clone_depth : 1
14
4
15
5
build_script :
@@ -27,7 +17,7 @@ build_script:
27
17
- set BUILD_TYPE=MinSizeRel
28
18
- set GENERATOR=-GNinja
29
19
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
30
- - cmake -E time cmake %GENERATOR% .. -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DMYSQL_MAINTAINER_MODE=ERR -DFAST_BUILD=1 -DBISON_EXECUTABLE=C:\ProgramData\chocolatey\lib\winflexbison\tools\win_bison .exe -DPLUGIN_PERFSCHEMA=NO -DPLUGIN_FEEDBACK=NO
20
+ - cmake -E time cmake %GENERATOR% .. -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DMYSQL_MAINTAINER_MODE=ERR -DFAST_BUILD=1 -DBISON_EXECUTABLE=C:\cygwin64\bin\bison .exe -DPLUGIN_PERFSCHEMA=NO -DPLUGIN_FEEDBACK=NO
31
21
- set /A jobs=2*%NUMBER_OF_PROCESSORS%
32
22
- cmake -E time cmake --build . -j %jobs% --config %BUILD_TYPE% --target minbuild
33
23
You can’t perform that action at this time.
0 commit comments