File: release-linux.sh

package info (click to toggle)
fritzing 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 42,144 kB
  • sloc: cpp: 98,203; xml: 2,203; python: 803; sh: 274; ansic: 26; makefile: 22
file content (7 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/bash
set -xe

docker run --privileged -v "$(pwd):/home/conan/fritzing" \
    -e TRAVIS="${TRAVIS:-}" \
    -e TRAVIS_BUILD_NUMBER="${TRAVIS_BUILD_NUMBER:-}" \
    -w /home/conan/fritzing fritzing/build:"$1" docker/xvfb-release-helper.sh "$2"