This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git


The following commit(s) were added to refs/heads/main by this push:
     new 5445cd7  remove unused ci config
5445cd7 is described below

commit 5445cd70ac86d652d8fc69f94fd2a2a97e604287
Author: Robbie Gemmell <robbie.gemm...@gmail.com>
AuthorDate: Wed Apr 21 17:13:35 2021 +0100

    remove unused ci config
---
 appveyor.yml | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 836eece..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-version: '{build}'
-skip_tags: true
-clone_depth: 30
-
-environment:
-  JAVA_HOME: C:\Program Files\Java\jdk1.8.0
-
-install:
-  - cmd: SET PATH=%JAVA_HOME%\bin;%PATH%
-
-build_script:
-  - mvn clean install -B -DskipTests
-
-test_script:
-  - mvn clean install -B
-
-on_failure:
-  - ps: |
-      7z a -r surefire-reports.zip '**\target\surefire-reports\*'
-      Push-AppveyorArtifact surefire-reports.zip -DeploymentName 'Surefire 
Reports'
-
-on_finish:
-  - ps: |
-      $url = 
"https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)"
-      $wc = New-Object 'System.Net.WebClient'
-      $dirs = Get-ChildItem -Filter surefire-reports -Recurse
-      ForEach ($dir in $dirs)
-      {
-        $files = Get-ChildItem -Path $dir.FullName -Filter TEST-*.xml
-        ForEach ($file in $files)
-        {
-          $wc.UploadFile($url, (Resolve-Path $file.FullName))
-        }
-      }
-

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

Reply via email to