Commit 1439cbf1 authored by mercury233's avatar mercury233

test

parent 96783355
......@@ -19,7 +19,7 @@ build_script:
- cd %BUILD_PATH%
- _find --help
- _find . -name "*.cdb"
- _find . -name "*.cdb" -type f -print0 | xargs -0 -I {} bash -c 'n={}; _mkdir -p "dumps/$n"; ./sqlite3 "$n" .dump > "dumps/$n.sql"'
- bash -c '_find . -name "*.cdb" -type f -print0 | xargs -0 -I {} bash -c \'n={}; _mkdir -p "dumps/$n"; ./sqlite3 "$n" .dump > "dumps/$n.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