aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-06-29 16:34:19 +0100
committerDavid Shah <dave@ds0.me>2020-06-29 21:32:26 +0100
commit72786e249a2c099b3434a270840d007f7178105c (patch)
tree23201733a5cc968738b5e1d198b45047ecbfab4b /.cirrus.yml
parent43ad5614bdb7b0e2f0bf2504cc369f1c1253731b (diff)
downloadnextpnr-72786e249a2c099b3434a270840d007f7178105c.tar.gz
nextpnr-72786e249a2c099b3434a270840d007f7178105c.tar.bz2
nextpnr-72786e249a2c099b3434a270840d007f7178105c.zip
ci: Run --test architecture checks
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index d947b559..a493b04f 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -14,3 +14,4 @@ task:
smoketest_generic_script: export NEXTPNR=$(pwd)/build/nextpnr-generic && cd generic/examples && ./simple.sh && ./simtest.sh
regressiontest_ice40_script: make -j $(nproc) -C tests/ice40/regressions NPNR=$(pwd)/build/nextpnr-ice40
regressiontest_ecp5_script: make -j $(nproc) -C tests/ecp5/regressions NPNR=$(pwd)/build/nextpnr-ecp5
+ archcheck_script: BUILD_DIR=$(pwd)/build ./.cirrus/archcheck.sh