diff --git a/.appveyor.yml b/.appveyor.yml index 85bb8d25..e3f62811 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,7 +18,13 @@ services: before_build: - set PATH="C:\\Program Files\\MySQL\\MySQL Server 5.7\\bin";%PATH% - - cd c:\projects\sapphire + - mkdir myqlcpp + - 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- cd c:\projects\sapphire - git submodule update --init - mkdir build - cd build @@ -27,4 +33,4 @@ before_build: build_script: - cd .. - - sh sql_import.sh \ No newline at end of file + - sh sql_import.sh