aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus/archcheck.sh
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/archcheck.sh
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/archcheck.sh')
-rwxr-xr-x.cirrus/archcheck.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/.cirrus/archcheck.sh b/.cirrus/archcheck.sh
new file mode 100755
index 00000000..fde19216
--- /dev/null
+++ b/.cirrus/archcheck.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+set -ex
+echo "Running archcheck!"
+${BUILD_DIR}/nextpnr-ice40 --hx8k --package ct256 --test
+${BUILD_DIR}/nextpnr-ice40 --up5k --package sg48 --test
+${BUILD_DIR}/nextpnr-ecp5 --um5g-25k --package CABGA381 --test