Loading ci_cd/.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line stages: - problem1b - problem1c - prebuild - compile - test include: - local: 'ci_cd/problem1b.yml' # IntegerP Loading ci_cd/problem1b.yml +7 −6 Original line number Diff line number Diff line prebuild_problem_1b: stage: problem1b stage: prebuild script: - | # Check if source files exist Loading @@ -16,11 +16,12 @@ prebuild_problem_1b: tags: [c++-17] compile_problem_1b: stage: problem1b dependencies: - prebuild_problem_1b stage: compile needs: - job: prebuild_problem1b artifacts: true script: - ls -aR - ls -a - cp IntegerP.cpp hw0/tests/ - cd hw0/tests - make problem1b Loading @@ -33,7 +34,7 @@ compile_problem_1b: exec_problem_1b: stage: problem1b stage: test dependencies: - compile_problem_1b script: Loading ci_cd/problem1c.yml +2 −2 Original line number Diff line number Diff line prebuild_problem_1c: stage: problem1c stage: prebuild script: - | # Check if source files exist Loading @@ -21,7 +21,7 @@ prebuild_problem_1c: test_problem_1c: stage: problem1c stage: test dependencies: - prebuild_problem_1c script: Loading Loading
ci_cd/.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line stages: - problem1b - problem1c - prebuild - compile - test include: - local: 'ci_cd/problem1b.yml' # IntegerP Loading
ci_cd/problem1b.yml +7 −6 Original line number Diff line number Diff line prebuild_problem_1b: stage: problem1b stage: prebuild script: - | # Check if source files exist Loading @@ -16,11 +16,12 @@ prebuild_problem_1b: tags: [c++-17] compile_problem_1b: stage: problem1b dependencies: - prebuild_problem_1b stage: compile needs: - job: prebuild_problem1b artifacts: true script: - ls -aR - ls -a - cp IntegerP.cpp hw0/tests/ - cd hw0/tests - make problem1b Loading @@ -33,7 +34,7 @@ compile_problem_1b: exec_problem_1b: stage: problem1b stage: test dependencies: - compile_problem_1b script: Loading
ci_cd/problem1c.yml +2 −2 Original line number Diff line number Diff line prebuild_problem_1c: stage: problem1c stage: prebuild script: - | # Check if source files exist Loading @@ -21,7 +21,7 @@ prebuild_problem_1c: test_problem_1c: stage: problem1c stage: test dependencies: - prebuild_problem_1c script: Loading