Skip to content

Commit

Permalink
Merge branch '2-ubuntu-22-04-testing' into 'master'
Browse files Browse the repository at this point in the history
Resolve "Ubuntu 22.04 Testing"

Closes #2

See merge request koehlerm/qrupdate-ng!6
  • Loading branch information
Martin Köhler committed Apr 25, 2022
2 parents 279971d + ff73bee commit 44a34de
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 44a34de

Please sign in to comment.