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

fixed warnings

parent dbdd231c
Loading
Loading
Loading
Loading
+17 −1
Original line number Diff line number Diff line
@@ -40,6 +40,22 @@ exec_problem_1b:
  script:
    - cd hw0/tests
    - ./problem1b
  artifacts:
    paths:
      - hw0/
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem1b"'
  tags: [c++-17]

  extra_1b:
    stage: extra
    needs:
      - job: test_problem_1b
        artifacts: true
    script:
      - curl -s https://agile.bu.edu/ec330
      - git clone https://trachten-gitlab:${HW0_INTERNAL}@agile.bu.edu/gitlab/ec330/ec330_staff/homeworks_internal/hw0_ec.git
      - cat README.md
    rules:
      - if: '$CI_COMMIT_REF_NAME == "problem1c"'
    tags: [ c++-17 ]
 No newline at end of file