Skip to content
Snippets Groups Projects
Commit 57404ace authored by Bentriou Mahmoud's avatar Bentriou Mahmoud Committed by Mahmoud Bentriou
Browse files

Update .gitlab-ci.yml

parent 5a9333ee
No related branches found
No related tags found
No related merge requests found
build-doc: build-doc:
image: 2017bentrioum/markovprocesses.jl/julia:latest image: gitlab-research.centralesupelec.fr:4567/2017bentrioum/markovprocesses.jl/julia
stage: build stage: build
script: script:
- "docker image ls" - "julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd(), subdir=\"core/\")); Pkg.instantiate()'"
- "julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd(), subdir=\"core/\")); Pkg.instantiate()'" - "julia --project=docs/ docs/make.jl"
- "julia --project=docs/ docs/make.jl"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment