From 3857fe2ff74acb221d9afcfd4b7cf31a442203a2 Mon Sep 17 00:00:00 2001 From: Mordred <30826167+SapphireMordred@users.noreply.github.com> Date: Tue, 12 Sep 2017 12:53:29 +0200 Subject: [PATCH] Delete .appveyor.yaml Removed because not needed --- .appveyor.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .appveyor.yaml diff --git a/.appveyor.yaml b/.appveyor.yaml deleted file mode 100644 index 089b9c1d..00000000 --- a/.appveyor.yaml +++ /dev/null @@ -1,23 +0,0 @@ -os: - - Visual Studio 2015 - -build: - verbosity: detailed - -configuration: - - Debug - -branches: - except: - - /pr\/.+/ - -install: - -before_build: - - mkdir mysqlcpp - - cd mysqlcpp - - cmake --version - - git clone https://github.com/mysql/mysql-connector-cpp - - cmake mysql-connector-cpp/. - - devenv MYSQLCPPCONN.sln /build RelWithDebInfo - - cpack -G ZIP --config CPackConfig.cmake -C RelWithDebInfo