summaryrefslogtreecommitdiff
path: root/other/travis/installmd-windows-script
diff options
context:
space:
mode:
Diffstat (limited to 'other/travis/installmd-windows-script')
-rwxr-xr-xother/travis/installmd-windows-script12
1 files changed, 12 insertions, 0 deletions
diff --git a/other/travis/installmd-windows-script b/other/travis/installmd-windows-script
new file mode 100755
index 00000000..906a7f1d
--- /dev/null
+++ b/other/travis/installmd-windows-script
@@ -0,0 +1,12 @@
1#!/bin/sh
2
3docker run \
4 -e ALLOW_TEST_FAILURE=${ALLOW_TEST_FAILURE} \
5 -e ENABLE_ARCH_i686=${ENABLE_ARCH_i686} \
6 -e ENABLE_ARCH_x86_64=${ENABLE_ARCH_x86_64} \
7 -e ENABLE_TEST=${ENABLE_TEST} \
8 -e EXTRA_CMAKE_FLAGS="${CMAKE_EXTRA_FLAGS} -DDEBUG=ON -DTEST_TIMEOUT_SECONDS=90" \
9 -v ${PWD}:/toxcore \
10 -v ${PWD}/result:/prefix \
11 --rm \
12 toxcore