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