File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ environment:
1313cache :
1414 - thirdparty.cached -> appveyor.install.bat
1515 - thirdparty\bin -> appveyor.install.bat
16- - thirdparty\data -> appveyor.install.bat
1716 - thirdparty\include -> appveyor.install.bat
1817 - thirdparty\lib -> appveyor.install.bat
18+ - thirdparty\share -> appveyor.install.bat
1919 - C:\Libraries\libboost -> appveyor.install.bat
2020
2121init :
@@ -30,16 +30,16 @@ build_script:
3030 - .\build.bat test
3131
3232after_build :
33- - 7z a rime.zip build \bin build\lib build\include thirdparty\data\opencc
34- - dir build /s
33+ - 7z a rime.zip dist thirdparty \bin thirdparty\share
34+ - dir dist /s
3535
3636before_test :
37- - copy /y build \lib\Release\ rime.dll build\test\Release
37+ - copy /y dist \lib\rime.dll build\test
3838
3939test_script :
4040 - cd build\test
4141 - .\Release\rime_test.exe
4242
4343artifacts :
4444 - path : rime.zip
45- name : Binaries, includes and OpenCC data
45+ name : Distributables, including binaries and OpenCC data
You can’t perform that action at this time.
0 commit comments