From e5987628577f95992a6437aca2ceea1d6a9cebf2 Mon Sep 17 00:00:00 2001 From: Richard Zamora Date: Thu, 23 Mar 2017 10:04:03 -0600 Subject: [PATCH] testing simple ci, attempt 3 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97281e60eb..189880eae3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,12 +3,13 @@ image: ubuntu:latest #before_script: script: -# Install Linux Packages: + # Install Linux Packages: - apt-get update - hostname - pwd - export HOME=/builds/exaalt/ - env + #- apt-get --yes --force-yes install gfortran libblas-dev liblapack-dev #- apt-get --yes --force-yes install cmake python gcc cmake-data g++ git wget #- apt-get --yes --force-yes install pkg-config python-numpy python3-numpy libopenmpi-dev