All Downloads are FREE. Search and download functionalities are using the official Maven repository.

z3-z3-4.13.0..github.workflows.Windows.yml Maven / Gradle / Ivy

The newest version!
name: Windows

on:
  push:
    branches: [ master ]

jobs:               
  build:
    strategy:
      matrix:
        arch : [x86,x64,amd64_arm64]
        include:
         - arch : x86
         - arch : amd64_arm64
         - arch : x64
           cmd1 : 'julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\"))"'
           cmd2 : 'julia -e "using libcxxwrap_julia_jll; print(dirname(libcxxwrap_julia_jll.libcxxwrap_julia_path))" > tmp.env'
           cmd3 : 'set /P JlCxxDir=




© 2015 - 2024 Weber Informatics LLC | Privacy Policy