Skip to content
Snippets Groups Projects
Commit 64799ebd authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Travis fixes.

parent b8673be3
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
#!/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 &
)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment