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