Skip to content
Snippets Groups Projects
.gitlab-ci.yml 872 B
Newer Older
  image: armagetron/ubuntu-mpi:22.10
Björn Ludwig's avatar
Björn Ludwig committed
  script:
    - make -C src/internship_report
Björn Ludwig's avatar
Björn Ludwig committed
  stage: build
  artifacts:
    paths:
      - src/internship_report/main.pdf
    expire_in: 1 week
  allow_failure: false
build_results:
  image: armagetron/ubuntu-mpi:22.10
  script:
    - make -C src/internship_results
  stage: build
  artifacts:
    paths:
      - src/internship_results/main.pdf
    expire_in: 1 week
  allow_failure: false
  image: armagetron/ubuntu-mpi:22.10
    - make -C src/thesis_presentation
      - src/thesis_presentation/main.pdf
Björn Ludwig's avatar
Björn Ludwig committed
    expire_in: 1 week
  allow_failure: false
build_thesis:
  image: armagetron/ubuntu-mpi:22.10
  script:
    - make -C src/thesis
  stage: build
  artifacts:
    paths:
      - src/thesis/Thesis_408230.pdf
    expire_in: 1 week
  allow_failure: false