summaryrefslogtreecommitdiff
path: root/.travis/cmake-freebsd-env.sh
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2018-07-08 10:22:32 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2018-07-15 18:37:10 -0400
commitc0b4cd156f79f1c7f3ce747a27cae16a78549cc6 (patch)
treecc1254c5c5b2e7fa5cce5415d450b1c6e59de42c /.travis/cmake-freebsd-env.sh
parentb4cf9808e972952c003c80b9e766b8e66e671703 (diff)
Simplify Travis-CI FreeBSD build
Diffstat (limited to '.travis/cmake-freebsd-env.sh')
-rw-r--r--.travis/cmake-freebsd-env.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis/cmake-freebsd-env.sh b/.travis/cmake-freebsd-env.sh
new file mode 100644
index 00000000..8ae7e738
--- /dev/null
+++ b/.travis/cmake-freebsd-env.sh
@@ -0,0 +1,10 @@
1#!/bin/sh
2
3NPROC=`nproc`
4
5SCREEN_SESSION=freebsd
6SSH_PORT=10022
7
8RUN() {
9 ssh -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@localhost -p $SSH_PORT "$@"
10}