Update .gitlab-ci.yml

This commit is contained in:
Black Hat
2019-08-18 11:38:51 +00:00
parent 05d0eba164
commit 360fa02029

View File

@@ -29,6 +29,7 @@ build-osx:
- git submodule update --init --recursive - git submodule update --init --recursive
script: script:
- pushd include/libQuotient/3rdparty/libQtOlm - pushd include/libQuotient/3rdparty/libQtOlm
- rm -rf olm
- git clone https://gitlab.matrix.org/matrix-org/olm.git - git clone https://gitlab.matrix.org/matrix-org/olm.git
- popd - popd
- mkdir build && pushd build - mkdir build && pushd build