blob: 067c3559d30c6b4a901f504f1841b85ae3eb61a3 (
plain)
1
2
3
4
5
6
7
8
|
task:
name: build-ubuntu1604
container:
cpu: 4
memory: 12
dockerfile: .cirrus/Dockerfile.ubuntu16.04
build_script: mkdir build && cd build && cmake .. -DARCH=all -DTRELLIS_ROOT=/usr/local/src/prjtrellis && make -j $(nproc)
|