diff options
author | Black Hat <bhat@encom.eu.org> | 2019-09-26 22:35:08 -0700 |
---|---|---|
committer | Black Hat <bhat@encom.eu.org> | 2019-09-26 22:35:08 -0700 |
commit | e454cee984b97d178a8c1d272431d1749576fbf0 (patch) | |
tree | ae38e50b2619048eba22540573c53782799b5a8c /.appveyor.yml | |
parent | 363cf452bcdbaf6ff1cf94a83ca66cbb31122346 (diff) | |
download | libquotient-e454cee984b97d178a8c1d272431d1749576fbf0.tar.gz libquotient-e454cee984b97d178a8c1d272431d1749576fbf0.zip |
Fix appveyor build #1.
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 89ad3e13..01e64e7c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -20,11 +20,10 @@ before_build: - git submodule update --init --recursive - git clone https://gitlab.matrix.org/matrix-org/olm.git - cd olm -- cmake . -Bbuild -DBUILD_SHARED_LIBS=NO -DCMAKE_INSTALL_PREFIX="%DEPLOY_DIR%" +- cmake . -Bbuild -DBUILD_SHARED_LIBS=NO - cmake --build build -- cmake --build build --target install - cd .. -- cmake -G "NMake Makefiles JOM" -H. -Bbuild -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="%DEPLOY_DIR%" -DOlm_DIR="%DEPLOY_DIR%" +- cmake -G "NMake Makefiles JOM" -H. -Bbuild -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="%DEPLOY_DIR%" -DOlm_DIR="./olm/build" build_script: - cmake --build build |