mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 18:45:33 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
cfccd7ca2c
commit
5aab9f9240
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ jobs:
|
|||
- script: brew cask install julia
|
||||
- script: |
|
||||
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\", \"JlCxx\"))")
|
||||
set -e
|
||||
mkdir build
|
||||
cd build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue