mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
rename
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
77b98d5b02
commit
93cbcd00bd
|
@ -59,13 +59,13 @@ stages:
|
|||
# setupcmds: 'sudo apt update& sudo apt install gcc-arm-none-eabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu g++-aarch64-linux-gnu ninja-build -y'
|
||||
# buildenv: 'CXX=aarch64-linux-gnu-g++ CC=aarch64-linux-gnu-gcc'
|
||||
# arch: 'arm64'
|
||||
# name: 'z3-$(NightlyVersion)-ubuntu-arm64'
|
||||
# name: 'z3-$(AssemblyVersion)-arm64-ubuntu'
|
||||
# compiler: 'aarch64-linux-gnu-g++-11'
|
||||
x64:
|
||||
setupcmds: 'sudo apt update& sudo apt install ninja-build -y'
|
||||
buildenv: ''
|
||||
arch: 'x64'
|
||||
name: 'z3-$(NightlyVersion)-ubuntu-x64'
|
||||
name: 'z3-$(AssemblyVersion)-x64-ubuntu'
|
||||
compiler: 'g++'
|
||||
steps:
|
||||
- script: $(setupcmds)
|
||||
|
|
Loading…
Reference in a new issue