projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e5cd03
)
Remove redundant build step
author
Cesar Strauss
<cestrauss@gmail.com>
Sat, 22 May 2021 21:12:48 +0000
(18:12 -0300)
committer
Cesar Strauss
<cestrauss@gmail.com>
Sat, 22 May 2021 21:14:51 +0000
(18:14 -0300)
The pywriter script has already ran, as part of the openpower-isa install.
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 3257e694d25b8f981ebdac5fe3c2b919424d65f2..5f359a060a4ae697c18535b1d6379f52556b1f22 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-119,5
+119,4
@@
build:
- popd
- python setup.py develop
- - pywriter > /dev/null 2>&1
- nosetests -v --processes=-1 --process-timeout=120