Commit 17859796 authored by mercury233's avatar mercury233

test

parent 4d953845
......@@ -6,8 +6,6 @@ environment:
secure: DOOS4g7CT8ctOgiMr62K56qQ1FO6s2ESpqNZlhf8F4nomemvvwxV/pRj9nbKmtjR
install:
- git submodule update --init --recursive
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://sqlite.org/2017/sqlite-tools-win32-x86-3210000.zip ; exit 0"
- 7z x sqlite-tools-win32-x86-3210000.zip
- mv sqlite-tools-win32-x86-3210000/sqlite3.exe .
......@@ -15,8 +13,7 @@ install:
- cp -r locales dumps
build_script:
- cd %BUILD_PATH%
- FOR /R dumps %f in (*.cdb) DO sqlite3.exe %f .dump > %f.sql
- FOR /R dumps %%f in (*.cdb) DO sqlite3.exe %%f .dump > %%f.sql
after_build:
- git checkout dump
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment