43c73b4d52fc082d97b41be46e25af07127c8e67
[alexxy/gromacs.git] / admin / ci-templates / .documentation-before-script.yml
1 .documentation-before-script-template:
2   variables:
3     EXTRA_INSTALLS: ""
4
5   before_script:
6       - echo $EXTRA_INSTALLS
7       - time apt-get -qq update
8       - time apt-get -qqy --no-install-suggests --no-install-recommends install
9           $EXTRA_INSTALLS
10       - mkdir -p ccache
11       - export CCACHE_BASEDIR=${PWD}
12       - export CCACHE_DIR=${PWD}/ccache
13