File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 11version : ' {build}'
22os : Windows Server 2012
3+
34install :
45 - ps : |
56 Add-Type -AssemblyName System.IO.Compression.FileSystem
@@ -13,10 +14,29 @@ install:
1314 - cmd : SET PATH=C:\maven\apache-maven-3.2.5\bin;%JAVA_HOME%\bin;%PATH%
1415 - cmd : SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
1516 - cmd : SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
17+
1618build_script :
1719 - mvn clean package --batch-mode -DskipTest
20+
1821test_script :
1922 - mvn clean install --batch-mode
23+
24+ after_build :
25+ - cmd : IF EXIST artifacts RMDIR /s /q artifacts
26+ - cmd : MKDIR artifacts\strata-excel\lib
27+ - cmd : COPY README.md artifacts\strata-excel
28+ - cmd : COPY target\*.jar artifacts\strata-excel
29+ - cmd : COPY target\lib\*.jar artifacts\strata-excel\lib\
30+ - cmd : MKDIR artifacts\strata-excel\examples
31+ - cmd : COPY examples\*.xlsx artifacts\strata-excel\examples\
32+ - cmd : 7z a artifacts\strata-excel.zip ".\artifacts\strata-excel\*"
33+
34+ artifacts :
35+ - path : artifacts/strata-excel.zip
36+ name : strata-excel
37+ type : zip
38+
2039cache :
2140 - C:\maven\
2241 - C:\Users\appveyor\.m2
42+
You can’t perform that action at this time.
0 commit comments