Include missing step in automated build
authorCesar Strauss <cestrauss@gmail.com>
Sat, 22 May 2021 21:10:02 +0000 (18:10 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Sat, 22 May 2021 21:10:02 +0000 (18:10 -0300)
The newly added pyfnwriter script needs to run just before pywriter.

.gitlab-ci.yml

index 25657348ec18244585c435f3c657ff8d0293c780..3257e694d25b8f981ebdac5fe3c2b919424d65f2 100644 (file)
@@ -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