From d6d8c9a0a8c0e396e9b6a01bcd245ca0460ad126 Mon Sep 17 00:00:00 2001 From: Serge Poltavski Date: Wed, 17 Nov 2021 05:08:13 +0300 Subject: [PATCH] appveyour update --- appveyor.yml | 2 +- ceammc/distrib/appveyor/install.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5209a3061c..299d2a5480 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ --- os: Visual Studio 2019 -version: 2021.04.{build} +version: 2021.11.{build} clone_depth: 2 diff --git a/ceammc/distrib/appveyor/install.bat b/ceammc/distrib/appveyor/install.bat index c5eeb536f4..4c80c5f19e 100644 --- a/ceammc/distrib/appveyor/install.bat +++ b/ceammc/distrib/appveyor/install.bat @@ -23,7 +23,7 @@ bash -lc "pacman -S --needed --noconfirm mingw-w64-${MSYS2_ARCH}-{cmake,ninja,gl bash -lc "echo ${APPVEYOR_BUILD_FOLDER}" bash -lc "ls ${APPVEYOR_BUILD_FOLDER}" bash -lc "mkdir ${APPVEYOR_BUILD_FOLDER}/build" -bash -lc "cd ${APPVEYOR_BUILD_FOLDER}/build && cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DWITH_FFTW=ON -DWITH_BENCHMARK=OFF -DENABLE_TESTS=OFF -DWITH_DOUBLE_PRECISION=${DOUBLE_PRECISION} -DCMAKE_INSTALL_PREFIX=/opt/local/release/pd ${APPVEYOR_BUILD_FOLDER}" +bash -lc "cd ${APPVEYOR_BUILD_FOLDER}/build && cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DWITH_FFTW=ON -DWITH_BENCHMARK=OFF -DENABLE_TESTS=OFF -DWITH_DOUBLE_PRECISION=${DOUBLE_PRECISION} -DWITH_FAUST=OFF-DCMAKE_INSTALL_PREFIX=/opt/local/release/pd ${APPVEYOR_BUILD_FOLDER}" bash -lc "ls ${APPVEYOR_BUILD_FOLDER}/build" bash -lc "cd ${APPVEYOR_BUILD_FOLDER}/build && ninja install && ./fix_dll_deps.sh && ./win_fix_pddoc_key_modifiers.sh" bash -lc "cd ${APPVEYOR_BUILD_FOLDER}/build && ninja inno && ninja ceammc_lib"