From e5df47d756d4c677946414943153f41a15e417a1 Mon Sep 17 00:00:00 2001 From: loikki <loic.hausammann@protonmail.ch> Date: Wed, 22 May 2019 09:05:09 +0200 Subject: [PATCH] CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16131b2..01a93ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ before_script: # compile swift - apt-get update -qq && apt-get install -y -qq hdf5-tools + - locate h5cc - git clone https://gitlab.cosma.dur.ac.uk/swift/swiftsim.git --single-branch --branch master - cd swiftsim - ./autogen.sh -- GitLab