Commit b67d9e09 authored by mercury233's avatar mercury233

fix

parent 9aac4c8b
...@@ -10,7 +10,7 @@ install: ...@@ -10,7 +10,7 @@ install:
- 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" - 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 - 7z x sqlite-tools-win32-x86-3210000.zip
- move sqlite-tools-win32-x86-3210000/sqlite3.exe . - mv sqlite-tools-win32-x86-3210000/sqlite3.exe .
build_script: build_script:
- find . -name "*.cdb" -type f -print0 | xargs -0 -I {} sh -c 'n={}; mkdir -p "dumps/$n"; ./sqlite3 "$n" .dump > "dumps/$n.sql"' - find . -name "*.cdb" -type f -print0 | xargs -0 -I {} sh -c 'n={}; mkdir -p "dumps/$n"; ./sqlite3 "$n" .dump > "dumps/$n.sql"'
......
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