File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@ echo off
22
3- curl -L https://www.sqlite.org/2022 /sqlite-amalgamation-3380200 .zip -o sqlite-amalgamation-3380200 .zip
3+ curl -L https://www.sqlite.org/2024 /sqlite-amalgamation-3450300 .zip -o sqlite-amalgamation-3450300 .zip
44
5- unzip sqlite-amalgamation-3380200 .zip -d thirdparty\
5+ unzip sqlite-amalgamation-3450300 .zip -d thirdparty\
66
7- del thirdparty\sqlite-amalgamation-3380200 \shell.c
7+ del thirdparty\sqlite-amalgamation-3450300 \shell.c
88
9- move /y thirdparty\sqlite-amalgamation-3380200 thirdparty\sqlite
9+ move /y thirdparty\sqlite-amalgamation-3450300 thirdparty\sqlite
1010
1111dir thirdparty\sqlite
Original file line number Diff line number Diff line change 55 paths-ignore :
66 - ' **.md'
77 - ' **.yml'
8+ - ' !**.bat'
89 - ' !**/windows_ci.yml'
910 - ' cmd/tools/**'
1011 - ' !cmd/tools/builders/**.v'
1112 pull_request :
1213 paths-ignore :
1314 - ' **.md'
1415 - ' **.yml'
16+ - ' !**.bat'
1517 - ' !**/windows_ci.yml'
18+ - ' !**/windows-install-sqlite.bat'
1619 - ' cmd/tools/**'
1720 - ' !cmd/tools/builders/**.v'
1821
You can’t perform that action at this time.
0 commit comments