Commit 40cff6c4 authored by mercury233's avatar mercury233

test

parent 84eb7fda
......@@ -12,13 +12,10 @@ install:
- 7z x sqlite-tools-win32-x86-3210000.zip
- mv sqlite-tools-win32-x86-3210000/sqlite3.exe .
- copy "C:\Program Files\Git\usr\bin\find.exe" "C:\Program Files\Git\usr\bin\_find.exe"
build_script:
- echo %PATH%
- cd %BUILD_PATH%
- find /?
- bash -c 'find /?'
- bash -c 'find --help'
- 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"'
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