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

cleaning up directory structure

parent 8080c7fb
No related branches found
No related tags found
No related merge requests found
Pipeline #1105 failed with stages
in 38 seconds
...@@ -5,14 +5,14 @@ build: ...@@ -5,14 +5,14 @@ build:
- ./make - ./make
artifacts: artifacts:
paths: paths:
- "build/apdBatchSetter" - "build/auto/apdBatchSetter"
- "build/apdBoxSetter" - "build/auto/apdBoxSetter"
- "build/apdLocationSetter" - "build/auto/apdLocationSetter"
- "build/getIrradiationDose" - "build/auto/getIrradiationDose"
- "build/getLocations" - "build/auto/getLocations"
- "build/getU100" - "build/auto/getU100"
- "build/makeSerialList" - "build/auto/makeSerialList"
- "build/testXmlStructure" - "build/auto/testXmlStructure"
test: test:
stage: test stage: test
......
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
setenv proddb_clientlib_includes /home/tau/jreher/git/proddb-clientlib/ setenv proddb_clientlib_includes /home/tau/jreher/git/proddb-clientlib/
setenv proddb_clientlib_libpath /home/tau/jreher/git/proddb-clientlib/build/ setenv proddb_clientlib_libpath /home/tau/jreher/git/proddb-clientlib/build/
rm builddir rm build/auto
mkdir builddir mkdir build
cd builddir mkdir build/auto/
cmake3 -DCMAKE_C_COMPILER=/usr/local/bin/gcc -DCMAKE_CXX_COMPILER=/usr/local/bin/g++ .. cd build/auto/
cmake3 -DCMAKE_C_COMPILER=/usr/local/bin/gcc -DCMAKE_CXX_COMPILER=/usr/local/bin/g++ ../..
make make
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