Skip to content

Commit 84a1a1b

Browse files
committed
fix(ci): update build script
1 parent 4695691 commit 84a1a1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ environment:
1313
cache:
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

2121
init:
@@ -30,16 +30,16 @@ build_script:
3030
- .\build.bat test
3131

3232
after_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

3636
before_test:
37-
- copy /y build\lib\Release\rime.dll build\test\Release
37+
- copy /y dist\lib\rime.dll build\test
3838

3939
test_script:
4040
- cd build\test
4141
- .\Release\rime_test.exe
4242

4343
artifacts:
4444
- path: rime.zip
45-
name: Binaries, includes and OpenCC data
45+
name: Distributables, including binaries and OpenCC data

0 commit comments

Comments
 (0)