travis: Change the libolm location to the new gitlab repo.
This commit is contained in:
parent
c16dc70768
commit
89a3fa6e88
1 changed files with 4 additions and 4 deletions
|
@ -7,10 +7,10 @@ python:
|
||||||
- "3.7"
|
- "3.7"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- wget https://matrix.org/git/olm/snapshot/olm-2.3.0.tar.bz2
|
- wget https://gitlab.matrix.org/matrix-org/olm/-/archive/master/olm-master.tar.bz2
|
||||||
- tar -xvf olm-2.3.0.tar.bz2
|
- tar -xvf olm-master.tar.bz2
|
||||||
- pushd olm-2.3.0 && make && sudo make PREFIX="/usr" install && popd
|
- pushd olm-master && make && sudo make PREFIX="/usr" install && popd
|
||||||
- rm -r olm-2.3.0
|
- rm -r olm-master
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue