1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-15 12:40:35 +00:00

Move acces18 job to experiment stage

This commit is contained in:
Carles Fernandez 2018-02-16 10:45:41 +01:00
parent 57fc370ffa
commit cbb2498dc4

View File

@ -236,7 +236,7 @@ docker-access18:
# Stage "experiment" # Stage "experiment"
run-access18: run-access18:
image: $DOCKER_HUB_USER/$DOCKER_HUB_REPO:access18 image: $DOCKER_HUB_USER/$DOCKER_HUB_REPO:access18
stage: build stage: experiment
script: script:
- apt-get update - apt-get update
# Grab analysis and representation tools # Grab analysis and representation tools
@ -250,7 +250,8 @@ run-access18:
- md5sum -c data.md5 - md5sum -c data.md5
- cd .. - cd ..
# Execute the experiment (example) # Execute the experiment (example)
- echo " x = 0:0.01:3; hf = figure (\"visible\", \"off\"); plot (x, erf (x), \"linewidth\", 2); hold on; plot (x, x, \"r\", \"linewidth\", 2); axis ([0, 3, 0, 1]); text (0.65, 0.6175, ['\leftarrow x = \pi \int_{0}^{x}e^{-t^2} dt = 0.6175 ']); xlabel (\"x\"); ylabel (\"erf (x)\"); title (\"erf (x) with text annotation\"); hh=findall(hf,\"-property\",\"FontName\"); set(hh,\"FontName\",\"Times\"); hh2=findall(hf,\"-property\",\"interpreter\"); set(hh2, \"interpreter\", \"tex\"); hh3=findall(hf,\"-property\",\"FontSize\"); set(hh3, \"FontSize\", 22); print (hf, \"results.eps\", \"-depsc\"); " > my_test_file.m - run_tests --gtest_filter==Multi*
- echo " x = 0:0.01:3; hf = figure (\"visible\", \"off\"); plot (x, erf (x), \"linewidth\", 2); hold on; plot (x, x, \"r\", \"linewidth\", 2); axis ([0, 3, 0, 1]); text (0.65, 0.6175, ['\leftarrow x = \pi \int_{0}^{x}e^{-t^2} dt = 0.6175']); xlabel (\"x\"); ylabel (\"erf (x)\"); title (\"erf (x) with text annotation\"); hh=findall(hf,\"-property\",\"FontName\"); set(hh,\"FontName\",\"Times\"); hh2=findall(hf,\"-property\",\"interpreter\"); set(hh2, \"interpreter\", \"tex\"); hh3=findall(hf,\"-property\",\"FontSize\"); set(hh3, \"FontSize\", 22); print (hf, \"results.eps\", \"-depsc\"); " > my_test_file.m
- octave --no-gui my_test_file.m - octave --no-gui my_test_file.m
- epspdf results.eps results.pdf - epspdf results.eps results.pdf
- mkdir access18 - mkdir access18