File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,11 +26,10 @@ addons:
2626# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
2727
2828before_script :
29- - julia -e 'Pkg.clone("https://github.com/JuliaOpt/MathOptInterface.jl.git")'
29+ - julia -e 'Pkg.add("CSDP")'
30+ - julia -e 'Pkg.checkout("CSDP")'
31+ - julia -e 'Pkg.build("CSDP")'
3032
31- # # uncomment the following lines to override the default test script
32- script :
33- - julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.clone("https://github.com/JuliaOpt/CSDP.jl.git"); Pkg.build("CSDP"); Pkg.build("SemidefiniteOptInterface"); Pkg.test("SemidefiniteOptInterface"; coverage=true)'
3433after_success :
3534 # push coverage results to Coveralls
3635 - julia -e 'cd(Pkg.dir("SemidefiniteOptInterface")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Original file line number Diff line number Diff line change @@ -41,9 +41,11 @@ build_script:
4141# Need to convert from shallow to complete for Pkg.clone to work
4242 - IF EXIST .git\shallow (git fetch --unshallow)
4343 - C:\projects\julia\bin\julia -e "versioninfo();
44- Pkg.clone(\"https://github.com/JuliaOpt/MathOptInterface.jl.git\");
44+ Pkg.add(\"CSDP\");
45+ Pkg.checkout(\"CSDP\");
46+ Pkg.build(\"CSDP\");
4547 Pkg.clone(pwd(), \"SemidefiniteOptInterface\");
46- Pkg.clone (\"https://github.com/JuliaOpt/ CSDP.jl.git \");
48+ Pkg.add (\"CSDP\");
4749 Pkg.build(\"SemidefiniteOptInterface\")"
4850
4951test_script :
You can’t perform that action at this time.
0 commit comments