Commit aee129c7 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

updated problem1b

parent d8c63d5f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
stages:
  - problem1b
  - problem1c
  - prebuild
  - compile
  - test

include:
  - local: 'ci_cd/problem1b.yml'   # IntegerP
+7 −6
Original line number Diff line number Diff line
prebuild_problem_1b:
  stage: problem1b
  stage: prebuild
  script:
    - |
      # Check if source files exist
@@ -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
@@ -33,7 +34,7 @@ compile_problem_1b:


exec_problem_1b:
  stage: problem1b
  stage: test
  dependencies:
    - compile_problem_1b
  script:
+2 −2
Original line number Diff line number Diff line
prebuild_problem_1c:
  stage: problem1c
  stage: prebuild
  script:
    - |
      # Check if source files exist
@@ -21,7 +21,7 @@ prebuild_problem_1c:


test_problem_1c:
  stage: problem1c
  stage: test
  dependencies:
    - prebuild_problem_1c
  script: