2020-06-16 14:21:08 +00:00
|
|
|
language: julia
|
|
|
|
os:
|
|
|
|
- osx
|
|
|
|
- linux
|
|
|
|
- windows
|
|
|
|
julia:
|
|
|
|
- 1.4
|
2020-06-19 16:45:00 +00:00
|
|
|
script:
|
2020-06-16 14:21:08 +00:00
|
|
|
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/mathn7/Test_Optinum.git"))'
|
2020-06-19 16:45:00 +00:00
|
|
|
- julia -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
|
2020-06-19 16:30:18 +00:00
|
|
|
- julia -e 'using Test_Optinum; Test_Optinum.effacer_stacktrace()'
|
2020-06-19 16:45:00 +00:00
|
|
|
- julia --color=yes test/runtests.jl
|
2020-06-16 14:21:08 +00:00
|
|
|
notifications:
|
|
|
|
email: false
|