Skip to content

Commit

Permalink
Add CI cases for 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Köhler committed Apr 25, 2022
1 parent 279971d commit ff73bee
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ ubuntu2004:
- make
- make test

ubuntu2204:
stage: build
image: docker-registry.csc.mpi-magdeburg.mpg.de:5000/ci-images/minimal/ubuntu:jammy
script:
- apt update && apt install --yes libopenblas-dev libblas-dev liblapack-dev
- mkdir -p build
- cd build
- cmake ../ -DDEBUG=ON
- make
- make test


centos7:
stage: build
image: docker-registry.csc.mpi-magdeburg.mpg.de:5000/ci-images/minimal/centos:7-base
Expand Down Expand Up @@ -68,3 +80,15 @@ cross-win64:
script:
- bash ./tools/ci/cross-win64.sh

cross-win32-jammy:
stage: build
image: docker-registry.csc.mpi-magdeburg.mpg.de:5000/ci-images/minimal/mingw:jammy
script:
- bash ./tools/ci/cross-win32.sh

cross-win64-jammy:
stage: build
image: docker-registry.csc.mpi-magdeburg.mpg.de:5000/ci-images/minimal/mingw:jammy
script:
- bash ./tools/ci/cross-win64.sh

0 comments on commit ff73bee

Please sign in to comment.