mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
f24740c595
commit
cfccd7ca2c
|
@ -12,7 +12,8 @@ jobs:
|
||||||
pool:
|
pool:
|
||||||
vmImage: "macOS-10.14"
|
vmImage: "macOS-10.14"
|
||||||
steps:
|
steps:
|
||||||
- script: brew install ninja julia
|
- script: brew install ninja
|
||||||
|
- script: brew cask install julia
|
||||||
- script: |
|
- script: |
|
||||||
julia -e "using Pkg; Pkg.add(\"libcxxwrap_julia_jll\")"
|
julia -e "using Pkg; Pkg.add(\"libcxxwrap_julia_jll\")"
|
||||||
JlCxxDir=$(julia -e "using libcxxwrap_julia_jll; println(joinpath(dirname(libcxxwrap_julia_jll.libcxxwrap_julia_path), \"cmake\"))")
|
JlCxxDir=$(julia -e "using libcxxwrap_julia_jll; println(joinpath(dirname(libcxxwrap_julia_jll.libcxxwrap_julia_path), \"cmake\"))")
|
||||||
|
|
Loading…
Reference in a new issue