Added a line to the GitLab config which installs protobuf before compiling lighthouse.
This commit is contained in:
parent
7d7f9c3d1a
commit
3b1d8fbab8
@ -14,6 +14,7 @@ variables:
|
|||||||
before_script:
|
before_script:
|
||||||
- apt-get update -yq
|
- apt-get update -yq
|
||||||
- apt-get install -o dir::cache::archives="$APT_CACHE_DIR" -y clang libclang-dev cmake build-essential git unzip autoconf libtool
|
- apt-get install -o dir::cache::archives="$APT_CACHE_DIR" -y clang libclang-dev cmake build-essential git unzip autoconf libtool
|
||||||
|
- git clone https://github.com/google/protobuf.git && cd protobuf && ./autogen.sh && ./configure && make && make install && ldconfig && make clean && cd .. && rm -r protobuf
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
Loading…
Reference in New Issue
Block a user