From: Cesar Strauss Date: Sat, 22 May 2021 21:10:02 +0000 (-0300) Subject: Include missing step in automated build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e5cd032c2b91fe412b870e6a401d4b46ff66a34;p=soc.git Include missing step in automated build The newly added pyfnwriter script needs to run just before pywriter. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25657348..3257e694 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,6 +85,7 @@ build: - pushd openpower-isa - python3 setup.py develop - make -j$(nproc) svanalysis > /dev/null + - make -j$(nproc) pyfnwriter > /dev/null 2>&1 - make -j$(nproc) pywriter > /dev/null 2>&1 - popd