Skip to content
Snippets Groups Projects
Commit 4d6e30ea authored by Ondrej Vysocky's avatar Ondrej Vysocky
Browse files

FIX relative path instead of absolute #2

parent 4d8c8c0d
No related branches found
No related tags found
No related merge requests found
Pipeline #10161 failed
......@@ -4,6 +4,7 @@ cache:
untracked: true
paths:
- test/
- libs/
- /usr/bin/
stages:
......@@ -26,7 +27,7 @@ env_install:
script:
- 'pwd; mkdir libs; cd libs;'
- 'git clone https://code.it4i.cz/vys0053/meric.git; cd meric; git checkout dev; sed -i "s|INCLUDES_MERIC=|INCLUDES_MERIC=${NUMA_HOME}|" Makefile; make gcc; cd ..'
- 'wget https://www.vi-hps.org/cms/upload/packages/scorep/scorep-6.0.tar.gz; tar -zxvf scorep-6.0.tar.gz; cd scorep-6.0/; mkdir build; cd build; ../configure --prefix=.; make; make install; cd ../../'
- 'wget https://www.vi-hps.org/cms/upload/packages/scorep/scorep-6.0.tar.gz; tar -zxvf scorep-6.0.tar.gz; cd scorep-6.0/; mkdir build; cd build; ../configure --prefix=$(pwd); make; make install; cd ../../'
compile_meric:
stage: compile
......
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