Commit c876b966 authored by mercury233's avatar mercury233

update appveyor

parent d39c126b
...@@ -15,13 +15,7 @@ install: ...@@ -15,13 +15,7 @@ install:
build_script: build_script:
- 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
for: after_build:
-
branches:
only:
- master
after_build:
- ps: | - ps: |
if(-not $env:appveyor_pull_request_number) { if(-not $env:appveyor_pull_request_number) {
$env:GIT_REDIRECT_STDERR = '2>&1' $env:GIT_REDIRECT_STDERR = '2>&1'
...@@ -36,6 +30,5 @@ for: ...@@ -36,6 +30,5 @@ for:
git push origin dump git push origin dump
} }
cache: cache:
- sqlite-tools-win-x64-3450300.zip - sqlite-tools-win-x64-3450300.zip
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