diff --git a/.ci/detach_plugin.sh b/.ci/detach_plugin.sh index e9c8675a5..e9ffac86a 100755 --- a/.ci/detach_plugin.sh +++ b/.ci/detach_plugin.sh @@ -286,8 +286,59 @@ EOT git config user.email "wsdjeg@qq.com" git config user.name "SpaceVimBot" git commit -m "Auto Update based on https://github.com/SpaceVim/SpaceVim/commit/${GITHUB_SHA}" - git remote add wsdjeg_vim_chat https://SpaceVimBot:${BOTSECRET}@github.com/wsdjeg/vim-cheat.git - git push wsdjeg_vim_chat master + git remote add wsdjeg_vim_cheat https://SpaceVimBot:${BOTSECRET}@github.com/wsdjeg/vim-cheat.git + git push wsdjeg_vim_cheat master + cd - + rm -rf detach/$1 + exit 0 + ;; + xmake.vim) + git clone https://github.com/wsdjeg/xmake.vim.git detach/$1 + cd detach/$1 + _checkdir plugin/ + _detact_bundle xmake.vim plugin/xmake.vim + _detact_bundle xmake.vim plugin/xmgen.py + _checkdir autoload/ + _detact_bundle xmake.vim autoload/xmake.vim + _detact_bundle xmake.vim autoload/spy.lua + _detact LICENSE + _detact README.md + _checkdir autoload/xmake/ + _detact_bundle xmake.vim autoload/xmake/log.vim + _checkdir doc/ + _detact_bundle xmake.vim doc/xmake.txt + _checkdir UltiSnips/ + _detact_bundle xmake.vim UltiSnips/lua.snippets + _checkdir rplugin/python3/deoplete/sources/docs/ + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/xmake.py + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/add_defines + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/add_defines + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/add_deps + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/add_files + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/add_headers + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/add_includedirs + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/add_linkdirs + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/add_links + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/add_subdirs + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/is_os + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/is_plat + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/set_basename + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/set_headerdir + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/set_kind + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/set_languages + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/set_objectdir + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/set_optimize + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/set_project + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/set_strip + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/set_symbols + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/set_targetdir + _detact_bundle xmake.vim rplugin/python3/deoplete/sources/docs/set_warnings + git add . + git config user.email "wsdjeg@qq.com" + git config user.name "SpaceVimBot" + git commit -m "Auto Update based on https://github.com/SpaceVim/SpaceVim/commit/${GITHUB_SHA}" + git remote add wsdjeg_xmake_vim https://SpaceVimBot:${BOTSECRET}@github.com/wsdjeg/xmake.vim.git + git push wsdjeg_xmake_vim master cd - rm -rf detach/$1 exit 0 diff --git a/.github/workflows/async.yml b/.github/workflows/async.yml index 3fb5b9aa5..170195d4f 100644 --- a/.github/workflows/async.yml +++ b/.github/workflows/async.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - detachPlugin: ["flygrep", "dein-ui", "vim-todo", "iedit", "scrollbar.vim", "vim-chat", "vim-cheat"] + detachPlugin: ["flygrep", "dein-ui", "vim-todo", "iedit", "scrollbar.vim", "vim-chat", "vim-cheat", "xmake.vim"] runs-on: ubuntu-latest steps: - name: Checkout