Commit 716efec8 authored by Martin Perdacher's avatar Martin Perdacher
Browse files

Update .gitlab-ci.yml

parent 9e64dc53
Loading
Loading
Loading
Loading
Loading
+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