toxcore/other/travis/toxcore-windows-install
iphydf e59fd26d49
Add OSX and Windows build to travis config.
Tests for Windows are disabled for now, until we figure out which tests
can successfully run on wine and select only those.
2016-09-20 13:52:33 +01:00

8 lines
150 B
Bash
Executable File

#!/bin/sh
DOCKER_IMAGE=toktoknet/windows:latest.$ARCH-shared
docker pull $DOCKER_IMAGE
docker run --rm $DOCKER_IMAGE > dockcross
chmod +x dockcross