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
No related tags found
No related merge requests found
Pipeline #
# CI Config for ltaftpy / gitlab
stages:
- build
- test
# - test
- doc
# Global runner/docker image definition
......@@ -16,7 +16,7 @@ cache:
# build
- build
#before_script:
before_script:
- 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 -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.
Please register or to comment