Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line before_script: - apt-get update --yes - apt-get install --yes cmake - apt-get install --yes cmake gcc build: script: - cd cmake - mkdir -p build - cd build - export CXX=g++ - export CC=gcc - cmake .. - make -j No newline at end of file Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line before_script: - apt-get update --yes - apt-get install --yes cmake - apt-get install --yes cmake gcc build: script: - cd cmake - mkdir -p build - cd build - export CXX=g++ - export CC=gcc - cmake .. - make -j No newline at end of file