File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4242 - bash : |
4343 set -e
4444 $(JULIA) -e 'using Pkg; Pkg.Registry.update(); Pkg.instantiate()'
45+ $(JULIA) -e 'using Pkg; Pkg.add(name="BinaryBuilderBase", rev="ib/timeroutputs")'
4546 $(JULIA) -e 'using BinaryBuilder; BinaryBuilder.versioninfo()'
4647 $(JULIA) -e 'using Pkg; Pkg.status(; mode=PKGMODE_MANIFEST)'
4748 name: SystemInfo
6667 - bash : |
6768 set -e
6869 $(JULIA) -e 'using Pkg; Pkg.gc()'
69- $(JULIA) --check-bounds=yes --inline=yes -e 'using Pkg; Pkg.Registry.update(); Pkg.instantiate(); Pkg.test(coverage=true)'
70+ $(JULIA) --check-bounds=yes --inline=yes -e 'using Pkg; Pkg.Registry.update(); Pkg.add(name="BinaryBuilderBase", rev="ib/timeroutputs"); Pkg. instantiate(); Pkg.test(coverage=true)'
7071 $(JULIA) -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())' || true
7172 name: Test
7273
You can’t perform that action at this time.
0 commit comments