Skip to content

Commit

Permalink
appveyour update
Browse files Browse the repository at this point in the history
  • Loading branch information
uliss committed Nov 17, 2021
1 parent a666445 commit d6d8c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,7 +1,7 @@
---
os: Visual Studio 2019

version: 2021.04.{build}
version: 2021.11.{build}

clone_depth: 2

Expand Down
2 changes: 1 addition & 1 deletion ceammc/distrib/appveyor/install.bat
Expand Up @@ -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"

0 comments on commit d6d8c9a

Please sign in to comment.