Add gitlab CI with old glibc

This commit is contained in:
Rodrigo Arias 2022-01-11 17:43:59 +01:00
parent 842d60043b
commit 292dda835a

View File

@ -1,6 +1,5 @@
build:debian-latest:
image: debian:latest
build:
stage: build
before_script:
- apt update && apt -y install make autoconf gfortran libopenmpi-dev cmake
@ -12,3 +11,9 @@ build:
artifacts:
paths:
- install/
build:nixpkgs-glibc-2.26:
image: nixos/nix:latest
stage: build
script:
- nix-build nix/shell-glibc-2.26.nix -A ovni