CI: not using a custom install prefix for prjtrellis
This commit is contained in:
parent
2c938e0e8b
commit
a3b74f009c
@ -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
|
||||
|
@ -49,6 +49,6 @@ RUN set -e -x ;\
|
||||
cd prjtrellis ;\
|
||||
git reset --hard 668ce3492cbe1566c61760f06bdf676f6fb265c3 ;\
|
||||
cd libtrellis ;\
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr . ;\
|
||||
cmake . ;\
|
||||
make -j $(nproc) ;\
|
||||
make install
|
||||
|
Loading…
Reference in New Issue
Block a user