From: Dave Tucker <d...@dtucker.co.uk>

AppVeyor is not used for testing OVN

Submitted-at: https://github.com/ovn-org/ovn/pull/38
Signed-off-by: Dave Tucker <d...@dtucker.co.uk>
Signed-off-by: Numan Siddique <num...@ovn.org>
---
 Makefile.am  |  1 -
 appveyor.yml | 46 ----------------------------------------------
 2 files changed, 47 deletions(-)
 delete mode 100644 appveyor.yml

diff --git a/Makefile.am b/Makefile.am
index b75c12eff..8b49ba255 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -93,7 +93,6 @@ EXTRA_DIST = \
        .travis/linux-prepare.sh \
        .travis/osx-build.sh \
        .travis/osx-prepare.sh \
-       appveyor.yml \
        boot.sh \
        poc/builders/Vagrantfile \
        poc/playbook-centos-builder.yml \
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 2e5c37a37..000000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,46 +0,0 @@
-version: 1.0.{build}
-branches:
-  only:
-  - master
-clone_folder: C:\openvswitch
-init:
-- ps: >-
-    mkdir C:\pthreads-win32
-
-    mkdir C:\ovs-build-downloads
-
-    $source = 
"ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.zip";
-
-    $destination = "C:\pthreads-win32\pthreads-win32.zip"
-
-    Invoke-WebRequest $source -OutFile $destination
-
-    $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2n.exe";
-
-    $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2n.exe"
-
-    Invoke-WebRequest $source -OutFile $destination
-
-    cd C:\pthreads-win32
-
-    7z x C:\pthreads-win32\pthreads-win32.zip
-
-    cd C:\ovs-build-downloads
-
-    .\Win32OpenSSL-1_0_2n.exe /silent /verysilent /sp- /suppressmsgboxes
-
-    Start-Sleep -s 30
-
-    cd C:\openvswitch
-
-    python -m pip install six pypiwin32 --disable-pip-version-check
-
-build_script:
-- '"C:\Program Files (x86)\Microsoft Visual Studio 
12.0\Common7\Tools\VsDevCmd"'
-- C:\MinGW\msys\1.0\bin\bash -lc "echo \"C:/MinGW /mingw\" > /etc/fstab"
-- C:\MinGW\msys\1.0\bin\bash -lc "cp 
/c/pthreads-win32/Pre-built.2/dll/x86/*.dll /c/openvswitch/."
-- C:\MinGW\msys\1.0\bin\bash -lc "mv /bin/link.exe /bin/link_copy.exe"
-- C:\MinGW\msys\1.0\bin\bash -lc "cd /c/openvswitch && ./boot.sh"
-- C:\MinGW\msys\1.0\bin\bash -lc "cd /c/openvswitch && ./configure 
CC=build-aux/cccl LD=\"`which link`\" LIBS=\"-lws2_32 -lShlwapi -liphlpapi 
-lwbemuuid -lole32 -loleaut32\" --with-pthread=C:/pthreads-win32/Pre-built.2 
--with-openssl=C:/OpenSSL-Win32 --with-vstudiotarget=\"Debug\"
-- C:\MinGW\msys\1.0\bin\bash -lc "cd /c/openvswitch && make"
-- C:\MinGW\msys\1.0\bin\bash -lc "cd /c/openvswitch && make 
datapath_windows_analyze"
-- 
2.26.2

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to