Update Gitpod config to core co-2021

Signed-off-by: Muhammet Kara <muhammet.kara@collabora.com>
Change-Id: Idf9c43120e5e3b2907688d6390fdcb3675101661
pull/2279/head
Muhammet Kara 2021-06-18 13:39:50 +03:00 committed by Muhammet Kara
parent 449d5ffcd9
commit 41bfcd510c
1 changed files with 2 additions and 2 deletions

View File

@ -33,6 +33,6 @@ github:
addLabel: false
tasks:
- init: cd .. && wget https://github.com/CollaboraOnline/online/releases/download/for-code-assets/core-cp-6.4-assets.tar.gz
prebuild: tar xvf core-cp-6.4-assets.tar.gz && rm core-cp-6.4-assets.tar.gz && cd online && ./autogen.sh && ./configure --enable-silent-rules --with-lokit-path=/workspace/include --with-lo-path=/workspace/instdir --enable-debug --disable-setcap && cp .gitpod-files/loolwsd-gitpod.xml loolwsd.xml && make -j `nproc`
- init: cd .. && wget https://github.com/CollaboraOnline/online/releases/download/for-code-assets/core-co-2021-assets.tar.gz
prebuild: tar xvf core-co-2021-assets.tar.gz && rm core-co-2021-assets.tar.gz && cd online && ./autogen.sh && ./configure --enable-silent-rules --with-lokit-path=/workspace/include --with-lo-path=/workspace/instdir --enable-debug --disable-setcap && cp .gitpod-files/loolwsd-gitpod.xml loolwsd.xml && make -j `nproc`