Skip to content

Commit be76136

Browse files
committed
fix appveyor build
1 parent 34cd638 commit be76136

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
DELEGATES_PREFERENCE=delegateValidatorList
2+
USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.wst.wsi.ui.internal.WSIMessageValidator;
3+
USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.wst.wsi.ui.internal.WSIMessageValidator;
4+
USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationtrueversion1.2.800.v201904082137
5+
eclipse.preferences.version=1
6+
override=true
7+
suspend=true
8+
vf.version=3

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ install:
1414
- cmd: SET MAVEN_OPTS=-Xmx1024m
1515
- cmd: SET JAVA_OPTS=-XX:+UseG1GC -Xmx1024m
1616
build_script:
17-
- mvn clean package --batch-mode -DskipTest
17+
- mvn clean package --batch-mode -DskipTests
1818
test_script:
1919
- mvn test verify --batch-mode
20+
after_test:
21+
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
22+
- pip install codecov
23+
- codecov
2024
cache:
2125
- C:\maven\
2226
- C:\Users\appveyor\.m2

0 commit comments

Comments
 (0)