This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 48c2cbd335 [ZEPPELIN-5766] Window compilation (.appveyor.yml) (#4426) 48c2cbd335 is described below commit 48c2cbd3354ee489c9156374247f6be92c518b57 Author: JooYoungHun <jymk04...@gmail.com> AuthorDate: Tue Jul 26 18:39:18 2022 +0900 [ZEPPELIN-5766] Window compilation (.appveyor.yml) (#4426) * add build script to appveyor.yml * add -DskipTest option to build sciprt on appveyor.yml * add fork count configuration of maven-surefire-plugin to pom.xml * add new line to appveyor.yml for EOF Warning * remove forkcount configuration of surefire plugin in pom.xml and add mode-javascript.js to karma.conf.js * remove karma.conf.js file auto-generated by building --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index e14cc62a08..c0e30d1d8a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -31,3 +31,4 @@ install: build_script: - echo "Build" + - ps: ./mvnw clean package -DskipTests