Commit 1c658d75 authored by mercury233's avatar mercury233

test

parent 13d31a42
...@@ -14,8 +14,9 @@ install: ...@@ -14,8 +14,9 @@ install:
build_script: build_script:
- cd %BUILD_PATH% - cd %BUILD_PATH%
- find --help
- find /? - 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: after_build:
......
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