File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020# uncomment the following lines to override the default test script
2121script :
2222 - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
23- - julia -e 'Pkg.clone( "https://github.com/JuliaString/Strs .jl.git") ; Pkg.clone("https://github.com/JuliaString/ Format.jl.git "); Pkg.clone("https://github.com/JuliaString/ StrLiterals.jl.git "); Pkg.clone(pwd()); Pkg.test("StrFormat") ; coverage=true)'
23+ - julia -e 'p= "https://github.com/JuliaString"; s=" .jl.git"; Pkg.clone("$p/Strs$s" ) ; Pkg.clone("$p/ Format$s "); Pkg.clone("$p/ StrLiterals$s "); Pkg.clone(pwd()); Pkg.test("StrFormat"; coverage=true)'
2424after_success :
2525 # push coverage results to Coveralls
2626 - julia -e 'cd(Pkg.dir("StrFormat")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
You can’t perform that action at this time.
0 commit comments