diff options
author | Black Hat <bhat@encom.eu.org> | 2019-09-27 00:03:54 -0700 |
---|---|---|
committer | Black Hat <bhat@encom.eu.org> | 2019-09-27 00:03:54 -0700 |
commit | 3995077cf3be380d4f06aeb6e5b753f39ff6cd15 (patch) | |
tree | e4c9e4d3d63b26d2a6b8629405ad41e529b12a70 /.appveyor.yml | |
parent | c0591030c168e48bc65c43e8227d08060a66ee69 (diff) | |
download | libquotient-3995077cf3be380d4f06aeb6e5b753f39ff6cd15.tar.gz libquotient-3995077cf3be380d4f06aeb6e5b753f39ff6cd15.zip |
try to fix AppVeyor
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 5abe2ec7..e066db30 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 . -Bbuild -DBUILD_SHARED_LIBS=NO -DCMAKE_INSTALL_PREFIX=install +- cmake -G "NMake Makefiles JOM" -H. -Bbuild -DBUILD_SHARED_LIBS=NO -DCMAKE_INSTALL_PREFIX=install - cmake --build build - cmake --build build --target install - cd .. |