File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
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())'
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ pkg> add MimiRICE2010
51
51
* [ MimiFUND.jl] ( https://github.com/fund-model/MimiFUND.jl ) (currently in beta)
52
52
* [ MimiDICE2010.jl] ( https://github.com/anthofflab/MimiDICE2010.jl ) (currently in closed beta)
53
53
* [ MimiDICE2013.jl] ( https://github.com/anthofflab/MimiDICE2013.jl ) (currently in closed beta)
54
- * [ MimiRICE2010.jl] ( https://github.com/anthofflab/MimiRICE2010.jl ) )
54
+ * [ MimiRICE2010.jl] ( https://github.com/anthofflab/MimiRICE2010.jl )
55
55
* [ Mimi-SNEASY.jl] ( https://github.com/anthofflab/mimi-sneasy.jl ) (currently in closed beta)
56
56
* [ Mimi-FAIR.jl] ( https://github.com/anthofflab/mimi-fair.jl ) (currently in closed beta)
57
57
* [ MimiPAGE2009.jl] ( https://github.com/anthofflab/MimiPAGE2009.jl ) (currently in closed beta)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ pkg> add MimiRICE2010
36
36
* [ MimiFUND.jl] ( https://github.com/fund-model/MimiFUND.jl ) (currently in beta)
37
37
* [ MimiDICE2010.jl] ( https://github.com/anthofflab/MimiDICE2010.jl ) (currently in closed beta)
38
38
* [ MimiDICE2013.jl] ( https://github.com/anthofflab/MimiDICE2013.jl ) (currently in closed beta)
39
- * [ MimiRICE2010.jl] ( https://github.com/anthofflab/MimiRICE2010.jl ) )
39
+ * [ MimiRICE2010.jl] ( https://github.com/anthofflab/MimiRICE2010.jl )
40
40
* [ Mimi-SNEASY.jl] ( https://github.com/anthofflab/mimi-sneasy.jl ) (currently in closed beta)
41
41
* [ Mimi-FAIR.jl] ( https://github.com/anthofflab/mimi-fair.jl ) (currently in closed beta)
42
42
* [ MimiPAGE2009.jl] ( https://github.com/anthofflab/MimiPAGE2009.jl ) (currently in closed beta)
Original file line number Diff line number Diff line change 16
16
17
17
# list of URLs of branches of packages to test
18
18
dependencies = [
19
- " https://github.com/fund-model/fund /archive/1768edf12aaaac3a41bbea081d5b51299121f993 .zip" ,
20
- " https://github.com/anthofflab/mimi-rice-2010 .jl/archive/2b5996b0a0c8be92290991f045c43af425c5a9c8 .zip"
19
+ " https://github.com/fund-model/MimiFUND.jl /archive/4aa7146a735c547c9d4d0c63b9ecd64dbc4ed3e9 .zip" ,
20
+ " https://github.com/anthofflab/MimiRICE2010 .jl/archive/dc359f9350b2cfde51574e29070b9b8b162de1ec .zip"
21
21
]
22
-
23
22
function run_dependency_tests (dependencies= dependencies)
24
23
# list of failed tests to build as you go
25
24
errors = []
You can’t perform that action at this time.
0 commit comments