aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorBlack Hat <bhat@encom.eu.org>2019-09-27 00:32:58 -0700
committerBlack Hat <bhat@encom.eu.org>2019-09-27 00:32:58 -0700
commit12ac9d60cc0d6cbedb5be2fcdb030683247c4e1d (patch)
tree188d2e52360a30367ae3ec4fc9345a2eb5c7a2a1 /.appveyor.yml
parent0442e2694e9e2f0f9d67026ff8ad2247f4ff50e5 (diff)
downloadlibquotient-12ac9d60cc0d6cbedb5be2fcdb030683247c4e1d.tar.gz
libquotient-12ac9d60cc0d6cbedb5be2fcdb030683247c4e1d.zip
Olm relwithdebuginfo build
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index e066db30..26d4841d 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -20,7 +20,7 @@ before_build:
- git submodule update --init --recursive
- git clone https://gitlab.matrix.org/matrix-org/olm.git
- cd olm
-- cmake -G "NMake Makefiles JOM" -H. -Bbuild -DBUILD_SHARED_LIBS=NO -DCMAKE_INSTALL_PREFIX=install
+- cmake -G "NMake Makefiles JOM" -H. -Bbuild -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=install
- cmake --build build
- cmake --build build --target install
- cd ..