From a47697f3a8b5aded8e64330399be7d54e1f361f4 Mon Sep 17 00:00:00 2001 From: Mordred Admin Date: Tue, 12 Sep 2017 14:19:45 +0200 Subject: [PATCH] Use the correct build syntax --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7c7ccab1..3ef85b45 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -23,7 +23,7 @@ before_build: - cmake --version - git clone https://github.com/mysql/mysql-connector-cpp - cmake mysql-connector-cpp/. -DWITH_BOOST=C:\\Libraries\\boost_1_60_0 - - devenv MYSQLCPPCONN.sln /build RelWithDebInfo + - cmake --build . --target ALL_BUILD --config RelWithDebInfo - cd c:\projects\sapphire - git submodule update --init - mkdir build