1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-23 22:51:26 +00:00

Resolve "prettier plots"

This commit is contained in:
2021-10-19 16:29:04 +00:00
parent cebccecf2b
commit c73fc0fd7c
5 changed files with 1106 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ build:
paths:
- public
plots:
pythonplots:
# stage: build
image: python:3.9-buster
dependencies:
@@ -32,11 +32,25 @@ plots:
paths:
- public
juliaplots:
image: julia:1.7
dependencies:
- build
script:
- apt-get update
- apt-get install -y unzip
- julia -e 'using Pkg; Pkg.activate("./juliaHelpers/"); Pkg.instantiate()'
- julia --project=./juliaHelpers ./juliaHelpers/simplot.jl
artifacts:
paths:
- public
pages:
stage: deploy
dependencies:
- build
- plots
- pythonplots
- juliaplots
script:
- ""
artifacts: