You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2018/04/05 21:50:30 UTC

qpid-broker-j git commit: NO-JIRA: [Unit Tests] [Windows] Turn on protocol tests

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master 5b2b590ce -> c6d452a97


NO-JIRA: [Unit Tests] [Windows] Turn on protocol tests


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/c6d452a9
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/c6d452a9
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/c6d452a9

Branch: refs/heads/master
Commit: c6d452a9724b81419fcb810b6839627a2deab448
Parents: 5b2b590
Author: Keith Wall <kw...@apache.org>
Authored: Thu Apr 5 22:50:12 2018 +0100
Committer: Keith Wall <kw...@apache.org>
Committed: Thu Apr 5 22:50:12 2018 +0100

----------------------------------------------------------------------
 appveyor.yml | 7 ++++++-
 pom.xml      | 1 +
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/c6d452a9/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 64d57df..ef2aaa5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,6 +2,10 @@ version: '{build}'
 skip_tags: true
 clone_depth: 30
 
+branches:
+  only:
+    - master
+
 environment:
   JAVA_HOME: C:\Program Files\Java\jdk1.8.0
 
@@ -21,7 +25,8 @@ build_script:
   - mvn clean install -B -DskipTests
 
 test_script:
-  - mvn clean test -B -Dskip.systests=true --fail-at-end
+  - mvn test -B -Dskip.systests=true --fail-at-end
+  - mvn verify -pl systests/protocol-tests-amqp-1-0,systests/protocol-tests-amqp-0-8,systests/protocol-tests-amqp-0-10 -Dskip.unittests=true -B --fail-at-end
 
 on_failure:
   - ps: |

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/c6d452a9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index afebdb3..2e8d623 100644
--- a/pom.xml
+++ b/pom.xml
@@ -927,6 +927,7 @@
             <exclude>**/*.md</exclude>
             <exclude>DEPENDENCIES</exclude>
             <exclude>.travis.yml</exclude>
+            <exclude>appveyor.yml</exclude>
           </excludes>
         </configuration>
       </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org