From 35932b5381886f1d650d2cf853384273d080b821 Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 11 Aug 2016 13:49:49 +0100 Subject: Add "make install" step to Travis build. --- other/travis/env-linux.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 other/travis/env-linux.sh (limited to 'other/travis/env-linux.sh') diff --git a/other/travis/env-linux.sh b/other/travis/env-linux.sh new file mode 100644 index 00000000..68cffa06 --- /dev/null +++ b/other/travis/env-linux.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +. other/travis/env.sh + +RUN() { + "$@" +} +export CMAKE=cmake +export MAKE=make +export PREFIX=$PWD/_install -- cgit v1.2.3