Skip to content

Commit

Permalink
fix(ci): update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed May 22, 2019
1 parent 4695691 commit 84a1a1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ environment:
cache:
- thirdparty.cached -> appveyor.install.bat
- thirdparty\bin -> appveyor.install.bat
- thirdparty\data -> appveyor.install.bat
- thirdparty\include -> appveyor.install.bat
- thirdparty\lib -> appveyor.install.bat
- thirdparty\share -> appveyor.install.bat
- C:\Libraries\libboost -> appveyor.install.bat

init:
Expand All @@ -30,16 +30,16 @@ build_script:
- .\build.bat test

after_build:
- 7z a rime.zip build\bin build\lib build\include thirdparty\data\opencc
- dir build /s
- 7z a rime.zip dist thirdparty\bin thirdparty\share
- dir dist /s

before_test:
- copy /y build\lib\Release\rime.dll build\test\Release
- copy /y dist\lib\rime.dll build\test

test_script:
- cd build\test
- .\Release\rime_test.exe

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

0 comments on commit 84a1a1b

Please sign in to comment.