From 13549422906aee3eeec27269608daa130c7cf561 Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Mon, 6 May 2019 22:11:47 +1000 Subject: [PATCH] Removed old build commands from gitlab config. --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e51a4acc..830cb7d7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,16 +6,6 @@ stages: - test - doc -#variables: -# CARGO_HOME: $CI_PROJECT_DIR/cargo -# APT_CACHE_DIR: $CI_PROJECT_DIR/apt - -#before_script: -# - 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 -# - git clone https://github.com/google/protobuf.git && cd protobuf && ./autogen.sh && ./configure && make && make install && ldconfig -# - rustup component add rustfmt - check-fmt: stage: test script: