From 90af7060ea2c5a17e0fdbcf00d7e926a0e232a86 Mon Sep 17 00:00:00 2001 From: "Alexander \"Ace\" Olofsson" Date: Tue, 14 Jul 2015 16:26:32 +0200 Subject: [PATCH] Forgot an echo --- CI/before_script.msvc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index d23e3013f..cd47cbf8d 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -495,6 +495,8 @@ fi add_cmake_opts -DDESIRED_QT_VERSION=5 \ -DQT_QMAKE_EXECUTABLE="$QT_SDK/bin/qmake.exe" \ -DCMAKE_PREFIX_PATH="$QT_SDK" + + echo AppVeyor. fi } cd $DEPS