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:
- ./make
artifacts:
paths:
- "build/apdBatchSetter"
- "build/apdBoxSetter"
- "build/apdLocationSetter"
- "build/getIrradiationDose"
- "build/getLocations"
- "build/getU100"
- "build/makeSerialList"
- "build/testXmlStructure"
- "build/auto/apdBatchSetter"
- "build/auto/apdBoxSetter"
- "build/auto/apdLocationSetter"
- "build/auto/getIrradiationDose"
- "build/auto/getLocations"
- "build/auto/getU100"
- "build/auto/makeSerialList"
- "build/auto/testXmlStructure"
test:
stage: test
......
......@@ -3,8 +3,9 @@
setenv proddb_clientlib_includes /home/tau/jreher/git/proddb-clientlib/
setenv proddb_clientlib_libpath /home/tau/jreher/git/proddb-clientlib/build/
rm builddir
mkdir builddir
cd builddir
cmake3 -DCMAKE_C_COMPILER=/usr/local/bin/gcc -DCMAKE_CXX_COMPILER=/usr/local/bin/g++ ..
rm build/auto
mkdir build
mkdir build/auto/
cd build/auto/
cmake3 -DCMAKE_C_COMPILER=/usr/local/bin/gcc -DCMAKE_CXX_COMPILER=/usr/local/bin/g++ ../..
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