TP-optimisation-numerique-2/.travis.yml

18 lines
455 B
YAML
Raw Normal View History

language: julia
2020-11-04 13:42:53 +00:00
2020-06-19 16:54:27 +00:00
beofre_script:
2020-06-19 20:24:12 +00:00
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/mathn7/TestOptinum.git"))'
2020-06-19 16:54:27 +00:00
notifications:
email: false
2020-10-14 08:35:03 +00:00
jobs:
include:
- stage: Documentation
julia: 1.4
os: linux
script:
- julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
- julia --project=docs --color=yes docs/make.jl
after_success: skip