diff options
author | Alexey Andreyev <aa13q@ya.ru> | 2019-06-26 16:36:45 +0300 |
---|---|---|
committer | Alexey Andreyev <aa13q@ya.ru> | 2019-07-04 15:26:34 +0300 |
commit | b5f9e1bd20f985c18ec630fa496510018547b728 (patch) | |
tree | dba4e2813ddc5da9e2c2ebc111b18c52f9ab6fb4 /.appveyor.yml | |
parent | e1bee9d71d88d6500d2c6124689a0e8685aeab90 (diff) | |
download | libquotient-b5f9e1bd20f985c18ec630fa496510018547b728.tar.gz libquotient-b5f9e1bd20f985c18ec630fa496510018547b728.zip |
Change libQtOlm location. Fix .travis.yml and .appveyor.yml
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 410ad12e..fb5903c1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -26,6 +26,9 @@ init: before_build: - git submodule update --init --recursive +- cd 3rdparty/libQtOlm +- git clone https://gitlab.matrix.org/matrix-org/olm.git +- cd ../.. - if %MAKETOOL% == cmake cmake -G "NMake Makefiles JOM" -H. -Bbuild -DCMAKE_CXX_FLAGS="/EHsc /W3" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="%DEPLOY_DIR%" build_script: |