From: Jacob Lifshay Date: Thu, 21 Apr 2022 04:40:14 +0000 (-0700) Subject: add missing nmutil dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=289ae5cc49eee8380210e09db3a8ec3f12ca176a;p=utils.git add missing nmutil dependency --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea7feca..39fd528 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,6 +63,12 @@ build: - python3 setup.py develop - popd + - git clone --depth 1 https://git.libre-soc.org/git/nmutil.git nmutil + - pushd nmutil + - git rev-parse HEAD + - python3 setup.py develop + - popd + - git clone --depth 1 https://gitlab.com/nmigen/nmigen-boards.git nmigen-boards - pushd nmigen-boards - git rev-parse HEAD