update runtests.jl
This commit is contained in:
parent
03aeece6b1
commit
caa5369298
|
@ -5,10 +5,8 @@ os:
|
|||
- windows
|
||||
julia:
|
||||
- 1.4
|
||||
script:
|
||||
beofre_script:
|
||||
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/mathn7/Test_Optinum.git"))'
|
||||
- julia -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
|
||||
- julia -e 'using Test_Optinum; Test_Optinum.effacer_stacktrace()'
|
||||
- julia --color=yes test/runtests.jl
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
|
@ -10,6 +10,8 @@ include("../src/Lagrangien_Augmente.jl")
|
|||
include("../src/Pas_De_Cauchy.jl")
|
||||
include("../src/Regions_De_Confiance.jl")
|
||||
|
||||
Test_Optinum.effacer_stacktrace()
|
||||
|
||||
# Tester l'algorithme de Newton
|
||||
try
|
||||
Test_Optinum.tester_Algo_Newton(false,Algorithme_De_Newton)
|
||||
|
|
Loading…
Reference in a new issue