File: build-linux.sh

package info (click to toggle)
fritzing 0.9.6%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 39,128 kB
  • sloc: cpp: 103,072; ansic: 2,615; xml: 2,067; python: 803; sh: 253; makefile: 21
file content (6 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/bash
set -xe

mkdir build
docker run -v "$(pwd):/home/conan/fritzing" -w /home/conan/fritzing/build fritzing/build:bionic qmake ../phoenix.pro
docker run -v "$(pwd):/home/conan/fritzing" -w /home/conan/fritzing/build fritzing/build:bionic make -j16