nextpnr/.cirrus.yml

9 lines
242 B
YAML
Raw Normal View History

2018-12-06 06:03:06 +08:00
task:
name: build-ubuntu1604
container:
cpu: 4
2018-12-06 06:44:20 +08:00
memory: 12
2018-12-06 06:03:06 +08:00
dockerfile: .cirrus/Dockerfile.ubuntu16.04
build_script: mkdir build && cd build && cmake .. -DARCH=all -DTRELLIS_ROOT=/usr/local/src/prjtrellis && make -j $(nproc)