Skip to content

Commit

Permalink
fix(appveyor.yml): archive header files
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Jan 12, 2017
1 parent 55f8ff4 commit c8b1e67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ build_script:
- .\build.bat test

after_build:
- 7z a rime.zip build\bin build\lib include thirdparty\data\opencc
- md build\include
- copy /y src\*.h build\include
- 7z a rime.zip build\bin build\lib build\include thirdparty\data\opencc
- dir build /s

before_test:
Expand Down

0 comments on commit c8b1e67

Please sign in to comment.