Skip to content
Snippets Groups Projects
.gitlab-ci.yml 267 B
Newer Older
Bentriou Mahmoud's avatar
Bentriou Mahmoud committed

test:latest:
  image: gitlab-research.centralesupelec.fr:4567/2017bentrioum/markovprocesses.jl/julia:latest
  script:
    - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=".")); Pkg.instantiate(); Pkg.test("MarkovProcesses")'
Bentriou Mahmoud's avatar
Bentriou Mahmoud committed
  tags:
    - docker