aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorSergiusz Bazanski <q3k@q3k.org>2018-12-05 23:44:20 +0100
committerSergiusz Bazanski <q3k@q3k.org>2018-12-05 23:44:20 +0100
commitf4793a671eaffe630225c66dd810d02d9e516844 (patch)
tree4464e748b724262556242404f864377ebcc81eda /.cirrus.yml
parent331134cff2d3b66fa2f42394ea68b64f2cfe40a1 (diff)
downloadnextpnr-f4793a671eaffe630225c66dd810d02d9e516844.tar.gz
nextpnr-f4793a671eaffe630225c66dd810d02d9e516844.tar.bz2
nextpnr-f4793a671eaffe630225c66dd810d02d9e516844.zip
ci: downloadmoreram.com
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 78bba57b..067c3559 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -2,7 +2,7 @@ task:
name: build-ubuntu1604
container:
cpu: 4
- memory: 8
+ memory: 12
dockerfile: .cirrus/Dockerfile.ubuntu16.04
build_script: mkdir build && cd build && cmake .. -DARCH=all -DTRELLIS_ROOT=/usr/local/src/prjtrellis && make -j $(nproc)