Skip to content
Snippets Groups Projects
Commit f2e2d6b3 authored by mkirsz's avatar mkirsz
Browse files

Update .gitlab-ci.yml file

parent e179b762
No related branches found
No related tags found
No related merge requests found
Pipeline #33705 canceled
......@@ -9,6 +9,13 @@ stages:
- trigger
before_script:
- apk update
- apk add cmake
- apk add g++
- apk add gcovr
- apk add make
- apk add blas-dev
- apk add lapack-dev
- mkdir -p ${DEBUG_DIR}
- mkdir -p ${RELEASE_DIR}
- export PATH=$PATH:${INSTALL_PATH}/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment