Loading .gitlab-ci.yml 0 → 100644 +11 −0 Original line number Diff line number Diff line stages: - build - test build: stage: build script: - echo "Compiling code" - g++ main.cpp lab3.cpp - ls -l ./a.out tags: [c++-17] Loading
.gitlab-ci.yml 0 → 100644 +11 −0 Original line number Diff line number Diff line stages: - build - test build: stage: build script: - echo "Compiling code" - g++ main.cpp lab3.cpp - ls -l ./a.out tags: [c++-17]