From c5f5dbe6437973dec373dbb28a68cb3590ee8fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20J=2E=20Peters?= Date: Fri, 23 Oct 2020 12:19:16 +0200 Subject: [PATCH] Update .appveyor.yml typo --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index d6a6dc51..a6ed56b8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -36,7 +36,7 @@ build_script: - '%CYGSH% "printenv"' - '%CYGSH% ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER && mkdir build"' - '%CYGSH% ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER/build && cmake -DMANPAGES=OFF -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON .."' - - '%CYGSH% ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER/build && && cmake --build ."' + - '%CYGSH% ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER/build && cmake --build ."' after_build: - '%CYGSH% "echo $APPVEYOR_BUILD_VERSION > $APPVEYOR_BUILD_FOLDER/build/VERSION"'