projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fa7ba2
)
Include missing step in automated build
author
Cesar Strauss
<cestrauss@gmail.com>
Sat, 22 May 2021 21:10:02 +0000
(18:10 -0300)
committer
Cesar 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
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 25657348ec18244585c435f3c657ff8d0293c780..3257e694d25b8f981ebdac5fe3c2b919424d65f2 100644
(file)
--- 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