Loading .gitlab-ci.yml +2 −0 Original line number Original line Diff line number Diff line before_script: before_script: - apt-get update --yes - apt-get update --yes - apt-get install --yes wget gnupg gnupg2 - apt-get install --yes wget gnupg gnupg2 # add intel-mkl repository - wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB - wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB - apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB - apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB - sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' - apt-get update --yes - apt-get update --yes - apt-get install --yes cmake build-essential intel-mkl - apt-get install --yes cmake build-essential intel-mkl Loading Loading
.gitlab-ci.yml +2 −0 Original line number Original line Diff line number Diff line before_script: before_script: - apt-get update --yes - apt-get update --yes - apt-get install --yes wget gnupg gnupg2 - apt-get install --yes wget gnupg gnupg2 # add intel-mkl repository - wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB - wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB - apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB - apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB - sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' - apt-get update --yes - apt-get update --yes - apt-get install --yes cmake build-essential intel-mkl - apt-get install --yes cmake build-essential intel-mkl Loading