Skip to content

Commit

Permalink
new CI OpenCPN#13
Browse files Browse the repository at this point in the history
  • Loading branch information
leamas committed Mar 7, 2019
1 parent b79fdb7 commit ee98ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travisci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ elif [[ "$OCPN_TARGET" == "osx" ]]; then
# plugin data is not included in the bundle
make create-dmg
elif [[ "$OCPN_TARGET" == "mingw" ]]; then
HERE=$(dirname $(readlink -fn $0)) # Assuming linux host w proper readlink
HERE="/opencpn-ci/OpenCPN" # FIXME, this is a cludge...
docker run --privileged -d -ti -e "container=docker" \
-v /sys/fs/cgroup:/sys/fs/cgroup \
-v $HERE:/opencpn-ci:rw \
Expand Down

0 comments on commit ee98ee5

Please sign in to comment.