File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ script:
21
21
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
22
22
- if [[ `uname` = "Linux" ]]; then TESTCMD="xvfb-run julia"; else TESTCMD="julia"; fi
23
23
- $TESTCMD --check-bounds=yes -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("Mimi"); Pkg.test("Mimi"; coverage=true)'
24
+ - julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/mimiframework/MimiRegistry.git"))'
25
+ - julia -e 'using Pkg; Pkg.add("MimiFUND")'
26
+ - julia -e 'using Pkg; Pkg.add("MimiRICE2010")'
24
27
- julia --check-bounds=yes -e 'include("test/test_dependencies.jl"); run_dependency_tests()'
25
28
after_success :
26
29
- julia -e 'using Pkg; cd(Pkg.dir("Mimi")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
You can’t perform that action at this time.
0 commit comments