Skip to content
Snippets Groups Projects
Commit afa8b2f6 authored by Jan Reher's avatar Jan Reher
Browse files

minor fix because gitlab CI uses bash

parent 96c426c7
No related branches found
No related tags found
No related merge requests found
Pipeline #1100 failed with stages
in 9 seconds
......@@ -2,8 +2,8 @@ build:
stage: build
script:
- setenv proddb_clientlib_includes /home/tau/jreher/git/proddb_clientlib/
- setenv proddb_clientlib_libpath ${proddb_clientlib_includes}/build
- export proddb_clientlib_includes=/home/tau/jreher/git/proddb_clientlib/
- export proddb_clientlib_libpath=${proddb_clientlib_includes}/build
- mkdir build
- cd build
- cmake3 -DCMAKE_C_COMPILER=/usr/local/bin/gcc -DCMAKE_CXX_COMPILER=/usr/local/bin/g++ ..
......
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