File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ environment:
13
13
cache :
14
14
- thirdparty.cached -> appveyor.install.bat
15
15
- thirdparty\bin -> appveyor.install.bat
16
- - thirdparty\data -> appveyor.install.bat
17
16
- thirdparty\include -> appveyor.install.bat
18
17
- thirdparty\lib -> appveyor.install.bat
18
+ - thirdparty\share -> appveyor.install.bat
19
19
- C:\Libraries\libboost -> appveyor.install.bat
20
20
21
21
init :
@@ -30,16 +30,16 @@ build_script:
30
30
- .\build.bat test
31
31
32
32
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
35
35
36
36
before_test :
37
- - copy /y build \lib\Release\ rime.dll build\test\Release
37
+ - copy /y dist \lib\rime.dll build\test
38
38
39
39
test_script :
40
40
- cd build\test
41
41
- .\Release\rime_test.exe
42
42
43
43
artifacts :
44
44
- 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