From: Jacob Lifshay Date: Tue, 28 Jun 2022 05:27:28 +0000 (-0700) Subject: add bitwuzla to gitlab-ci X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e11fb06ca114b96deae936c42addecc76838eff9;p=ieee754fpu.git add bitwuzla to gitlab-ci --- 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