Loading .gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line before_script: before_script: - apt-get update --yes - apt-get update --yes - apt-get install --yes cmake gcc - apt-get install --yes cmake build-essential build: build: script: script: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line before_script: before_script: - apt-get update --yes - apt-get update --yes - apt-get install --yes cmake gcc - apt-get install --yes cmake build-essential build: build: script: script: Loading