Skip to content

Commit

Permalink
[ZEPPELIN-5766] Window compilation (.appveyor.yml) (apache#4426)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jooyounghun authored Jul 26, 2022
1 parent 4e9cab5 commit 48c2cbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ install:

build_script:
- echo "Build"
- ps: ./mvnw clean package -DskipTests

0 comments on commit 48c2cbd

Please sign in to comment.