projects
/
nmigen-gf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cde2ac
)
remove unnecessary after_script section
author
Jacob Lifshay
<programmerjake@gmail.com>
Mon, 4 Apr 2022 06:26:50 +0000
(23:26 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Mon, 4 Apr 2022 06:26:50 +0000
(23:26 -0700)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 64b19190c31d6837ff455f2cd9a0cbc65b6f4228..1643b9ae7b52930edf9ed5307d98b8c4577f1bc2 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-45,9
+45,6
@@
build:
- ccache --zero-stats || true
- ccache --show-stats || true
- python3 -m pip install --user pytest-xdist
- after_script:
- - export CCACHE_DIR="$PWD/ccache"
- - ccache --show-stats
script:
- git clone --depth 1 https://github.com/YosysHQ/yosys.git yosys
- pushd yosys