From e11fb06ca114b96deae936c42addecc76838eff9 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 27 Jun 2022 22:27:28 -0700 Subject: [PATCH] add bitwuzla to gitlab-ci --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5cf72f8..59812cc6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,6 +99,18 @@ build: - make install - popd + - git clone https://github.com/bitwuzla/bitwuzla.git bitwuzla + - pushd bitwuzla + - git checkout 19dd987a6e246990619751cca07996fac505fd0b + - ./contrib/setup-btor2tools.sh + - ./contrib/setup-symfpu.sh + - ./contrib/setup-cadical.sh + - ./configure.sh + - cd build + - make -j$(nproc) + - make install + - popd + - git clone --depth 1 -b smtlib2-expr-support https://gitlab.com/programmerjake/nmigen.git nmigen - pushd nmigen - git rev-parse HEAD -- 2.30.2