Skip to content

Commit 4a28b11

Browse files
committed
Add z3 to CI
will be expanded (or removed).
1 parent bc5d042 commit 4a28b11

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
- parallel
104104
- jq
105105
- gdb
106+
- z3
106107
before_install:
107108
- mkdir bin
108109
- ln -s /usr/bin/gcc-5 bin/gcc

buildspec-linux-clang.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ phases:
1414
- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
1515
- add-apt-repository 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main'
1616
- apt-get update -y
17-
- apt-get install -y clang-8 flex bison make git libwww-perl patch ccache libc6-dev-i386 jq gdb
17+
- apt-get install -y clang-8 flex bison make git libwww-perl patch ccache libc6-dev-i386 jq gdb z3
1818
build:
1919
commands:
2020
- echo Build started on `date`

buildspec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ phases:
1313
commands:
1414
- sed -i 's#/archive.ubuntu.com#/us-east-1.ec2.archive.ubuntu.com#g' /etc/apt/sources.list
1515
- apt-get update -y
16-
- apt-get install -y flex bison make git libwww-perl patch ccache libc6-dev-i386 jq gdb
16+
- apt-get install -y flex bison make git libwww-perl patch ccache libc6-dev-i386 jq gdb z3
1717
build:
1818
commands:
1919
- echo Build started on `date`

0 commit comments

Comments
 (0)