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

Up artifacts all build on failure for investigation

parent 39b55cc7
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -17,14 +17,9 @@ cache: ...@@ -17,14 +17,9 @@ cache:
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
- export SITE_PACKAGES=`pwd`/site_packages && mkdir -pv $SITE_PACKAGES
- rm -rf $SITE_PACKAGES
# - export PYTHONPATH=$PYTHONPATH:$SITE_PACKAGES
# - export PATH=$PATH:$SITE_PACKAGES
- apt-get update -yq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y cmake libfftw3-dev - apt-get update -yq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y cmake libfftw3-dev
- apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y liblapack-dev python3.5 python3.5-dev python3-pip - apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y liblapack-dev python3.5 python3.5-dev python3-pip
- pip3 install --upgrade pip - pip3 install --upgrade pip
# - pip3 install --target=$SITE_PACKAGES scipy matplotlib
- pip3 install scipy matplotlib nose coverage - pip3 install scipy matplotlib nose coverage
# Main build # Main build
...@@ -45,9 +40,8 @@ test: ...@@ -45,9 +40,8 @@ test:
script: script:
- nosetests - nosetests
artifacts: artifacts:
when: always
untracked: true
paths: paths:
# Tests report - build/
- build/nosetests.xml
# Tests coverage report
- build/htmlcov/
expire_in: 8d expire_in: 8d
\ No newline at end of file
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