We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ae537 commit 9db885bCopy full SHA for 9db885b
azure-pipelines.yml
@@ -42,6 +42,7 @@ jobs:
42
- bash: |
43
set -e
44
$(JULIA) -e 'using Pkg; Pkg.Registry.update(); Pkg.instantiate()'
45
+ $(JULIA) -e 'using Pkg; Pkg.add(name="BinaryBuilderBase", rev="ib/timeroutputs")'
46
$(JULIA) -e 'using BinaryBuilder; BinaryBuilder.versioninfo()'
47
$(JULIA) -e 'using Pkg; Pkg.status(; mode=PKGMODE_MANIFEST)'
48
name: SystemInfo
0 commit comments