Skip to content

Commit

Permalink
Fix appveyor build #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Black Hat committed Sep 27, 2019
1 parent 363cf45 commit e454cee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e454cee

Please sign in to comment.