Skip to content

Commit 272f6eb

Browse files
use BBB branch
1 parent c159756 commit 272f6eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
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
@@ -66,7 +67,7 @@ jobs:
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

0 commit comments

Comments
 (0)