From 64799ebd036931a35c79936485851f4f018ae871 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Sun, 23 Apr 2017 15:14:16 +0530 Subject: [PATCH] Travis fixes. --- CMakeLists.txt | 2 ++ moose | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100755 moose diff --git a/CMakeLists.txt b/CMakeLists.txt index 64c6ac8c..2878beef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,6 +83,8 @@ install(DIRECTORY ${MOOSE_EXAMPLE_DIR}/ PATTERN "_travis*" EXCLUDE PATTERN ".travis*" EXCLUDE PATTERN "*.pyc" EXCLUDE + PATTERN "*.png" EXCLUDE + PATTERN "docs*" EXCLUDE ) # Copy the command to launch moose. diff --git a/moose b/moose deleted file mode 100755 index 05814377..00000000 --- a/moose +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash -SCRIPT_DIR="$(dirname "${BASH_SOURCE[0]}")" -( - # Get the current path of script. - cd $SCRIPT_DIR/../lib/moose/gui && python mgui.py & -) -- GitLab