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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user