Skip to content
Snippets Groups Projects
Commit 9469380f authored by Denis Arrivault's avatar Denis Arrivault
Browse files

Up

parent fb03ba2c
No related branches found
Tags v1.0.0
No related merge requests found
Pipeline #
# CI Config for ltaftpy / gitlab # CI Config for ltaftpy / gitlab
stages: stages:
- build - build
- test # - test
- doc - doc
# Global runner/docker image definition # Global runner/docker image definition
...@@ -16,7 +16,7 @@ cache: ...@@ -16,7 +16,7 @@ cache:
# build # build
- build - build
#before_script: before_script:
- export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR - export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR
- apt-get update -yq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y cmake libfftw3-dev liblapack-dev - apt-get update -yq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y cmake libfftw3-dev liblapack-dev
- apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y python3.5 python3.5-dev python3-pip python3-tk - apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y python3.5 python3.5-dev python3-pip python3-tk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment