Skip to content
Snippets Groups Projects
.gitlab-ci.yml 280 B
Newer Older
build-doc:
  image: 2017bentrioum/markovprocesses.jl/julia:latest
  stage: build
  script:
    - "docker image ls" 
    - "julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd(), subdir=\"core/\")); Pkg.instantiate()'"
    - "julia --project=docs/ docs/make.jl"