From c8b1e6755f18800e1fa9c283cacb6a8031f44c37 Mon Sep 17 00:00:00 2001 From: Chen Gong Date: Thu, 12 Jan 2017 10:13:49 +0800 Subject: [PATCH] fix(appveyor.yml): archive header files --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 232b51340b..6d82952276 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: