File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,22 +15,6 @@ matrix:
1515 allow_failures :
1616 - julia : nightly
1717
18- addons :
19- apt : # apt-get for linux
20- packages :
21- - liblapack-dev
22- - libblas-dev
23- # before_script: # homebrew for mac
24- # - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
25-
26- script :
27- - julia -e 'Pkg.clone(pwd());
28- Pkg.build("SemidefiniteOptInterface");
29- Pkg.add("CSDP");
30- Pkg.checkout("CSDP");
31- Pkg.build("CSDP");
32- Pkg.test("SemidefiniteOptInterface"; coverage=true)'
33-
3418after_success :
3519 # push coverage results to Coveralls
3620 - 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 @@ -42,10 +42,7 @@ build_script:
4242 - IF EXIST .git\shallow (git fetch --unshallow)
4343 - C:\projects\julia\bin\julia -e "versioninfo();
4444 Pkg.clone(pwd(), \"SemidefiniteOptInterface\");
45- Pkg.build(\"SemidefiniteOptInterface\");
46- Pkg.add(\"CSDP\");
47- Pkg.checkout(\"CSDP\");
48- Pkg.build(\"CSDP\")"
45+ Pkg.build(\"SemidefiniteOptInterface\")"
4946
5047test_script :
5148 - C:\projects\julia\bin\julia -e "Pkg.test(\"SemidefiniteOptInterface\")"
You can’t perform that action at this time.
0 commit comments