Commit b49f389f authored by wind2009's avatar wind2009
parents 824d5b9d 93088dee
......@@ -4,30 +4,33 @@ environment:
access_token:
secure: wxAvRgqg8ErfZm05ESB2zJxjwhny9wS0kRgK8TBDl2UeXnA06tqZPtNkwfRJc9SE
clone_depth: 1
test: off
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"
- 7z x sqlite-tools-win32-x86-3210000.zip
- mv sqlite-tools-win32-x86-3210000/sqlite3.exe .
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://sqlite.org/2024/sqlite-tools-win-x64-3450300.zip ; exit 0"
- 7z x sqlite-tools-win-x64-3450300.zip
- cp -r locales dumps
build_script:
- FOR /R dumps %%f in (*.cdb) DO sqlite3.exe %%f .dump > %%f.sql
after_build:
- git checkout dump
- cp -rf dumps/* locales/
- git config --global user.email %APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL%
- git config --global user.name %APPVEYOR_REPO_COMMIT_AUTHOR%
- bash -c "git commit -a -m '%APPVEYOR_REPO_COMMIT_MESSAGE%' ; exit 0"
on_success:
- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
- git push origin dump
for:
-
branches:
only:
- master
test: off
after_build:
- git fetch --depth 1 origin dump:dump
- git checkout dump
- cp -rf dumps/* locales/
- git config --global user.email %APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL%
- git config --global user.name %APPVEYOR_REPO_COMMIT_AUTHOR%
- bash -c "git commit -a -m '%APPVEYOR_REPO_COMMIT_MESSAGE%' ; exit 0"
- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
- git push origin dump
cache:
- sqlite-tools-win32-x86-3210000.zip
- sqlite-tools-win-x64-3450300.zip
No preview for this file type
......@@ -1221,9 +1221,9 @@
!setname 0x1ab Ragnaraika
!setname 0x1ac Salamandra
!setname 0x1ad Calcinado
!setname 0x1ae Milenio
!setname 0x1ae Milenario
!setname 0x1af Exodo
!setname 0x1b0 Forjador de Demonios
!setname 0x1b1 Maderas Blancas
!setname 0x1b2 Multifamiliar
!setname 0x1b0 Forjademonio
!setname 0x1b1 Bosque Blanco
!setname 0x1b2 Multfamiliar
!setname 0x1b3 Emblema
No preview for this file type
......@@ -1214,9 +1214,9 @@
!setname 0x1ab 蕾祸 蕾禍
!setname 0x1ac 飞龙炎 Salamandra
!setname 0x1ad 灰尽 Ashened
!setname 0x1ae 千年
!setname 0x1af 艾格佐德
!setname 0x1b0 刻魔
!setname 0x1b1 白森林
!setname 0x1b2 欢聚友伴
!setname 0x1b3 徽记
\ No newline at end of file
!setname 0x1ae 千年 千年/ミレニアム
!setname 0x1af 艾格佐德 エグゾード
!setname 0x1b0 刻魔 デモンスミス
!setname 0x1b1 白森林 白き森
!setname 0x1b2 欢聚友伴 マルチャミー
!setname 0x1b3 徽记 エンブレーマ
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