Update libQuotient and fix CI.

This commit is contained in:
Black Hat
2020-01-13 06:54:59 -08:00
parent 38067c0907
commit df3f3a4da1
3 changed files with 6 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ build-appimage:
stage: build
script:
- git clone https://gitlab.matrix.org/matrix-org/olm.git && cd olm
- git checkout tags/0.29.0
- cmake . -Bbuild -LA -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=install -DBUILD_SHARED_LIBS=NO
- cmake --build build --target install --parallel $(nproc)
- cd ..