Show cache contents for debugging purposes

This commit is contained in:
Paulo Matos 2019-03-01 19:57:30 +01:00 committed by Sam Tobin-Hochstadt
parent 472ac6c26e
commit 961454e011

View File

@ -46,6 +46,7 @@ scan-build:racket:
INSTALL_DIR: $CI_PROJECT_DIR/install
before_script:
- apt-get update && apt-get install -y unzip python libxml2-dev libfindbin-libs-perl make gcc g++
- find $INSTALL_DIR -type f
script:
- export PATH=$INSTALL_DIR/bin:$PATH
- export LD_LIBRARY_PATH=$INSTALL_DIR/bin:$LD_LIBRARY_PATH
@ -68,6 +69,7 @@ scan-build:racketcs:
INSTALL_DIR: $CI_PROJECT_DIR/install
before_script:
- apt-get update && apt-get install -y unzip python libxml2-dev libfindbin-libs-perl make gcc g++ git uuid-dev
- find $INSTALL_DIR -type f
script:
- export PATH=$INSTALL_DIR/bin:$PATH
- export LD_LIBRARY_PATH=$INSTALL_DIR/bin:$LD_LIBRARY_PATH