Add gitlab CI with old glibc
This commit is contained in:
parent
842d60043b
commit
292dda835a
@ -1,6 +1,5 @@
|
|||||||
image: debian:latest
|
build:debian-latest:
|
||||||
|
image: debian:latest
|
||||||
build:
|
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apt update && apt -y install make autoconf gfortran libopenmpi-dev cmake
|
- apt update && apt -y install make autoconf gfortran libopenmpi-dev cmake
|
||||||
@ -12,3 +11,9 @@ build:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- install/
|
- install/
|
||||||
|
|
||||||
|
build:nixpkgs-glibc-2.26:
|
||||||
|
image: nixos/nix:latest
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- nix-build nix/shell-glibc-2.26.nix -A ovni
|
||||||
|
Loading…
Reference in New Issue
Block a user