aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorJared Boone <jboone@earfeast.com>2019-04-27 12:48:21 -0700
committerSebastian Birke <git@se-bi.de>2020-02-04 18:19:52 +0100
commita3b74f009c577860a1c2b7f618f3c9576586a1f2 (patch)
tree003774ef09fa30be7e41ad8703e5c0bd320fd0a9 /.cirrus.yml
parent2c938e0e8bd67f479dc4635f510c82603581a58d (diff)
downloadnextpnr-a3b74f009c577860a1c2b7f618f3c9576586a1f2.tar.gz
nextpnr-a3b74f009c577860a1c2b7f618f3c9576586a1f2.tar.bz2
nextpnr-a3b74f009c577860a1c2b7f618f3c9576586a1f2.zip
CI: not using a custom install prefix for prjtrellis
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 bdb3c48c..d947b559 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -5,7 +5,7 @@ task:
memory: 20
dockerfile: .cirrus/Dockerfile.ubuntu16.04
- build_script: mkdir build && cd build && cmake .. -DARCH=all -DTRELLIS_ROOT=/usr/local/src/prjtrellis -DBUILD_TESTS=on && make -j $(nproc)
+ build_script: mkdir build && cd build && cmake .. -DARCH=all -DBUILD_TESTS=on && make -j $(nproc)
submodule_script: git submodule sync --recursive && git submodule update --init --recursive
test_generic_script: cd build && ./nextpnr-generic-test
test_ice40_script: cd build && ./nextpnr-ice40-test