Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
8f6c2156
Commit
8f6c2156
authored
Sep 26, 2016
by
Jamie Hall
Browse files
Update run_tests.sh
parent
b9bd0814
Pipeline
#894
failed with stages
in 8 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Windows/run_tests.sh
View file @
8f6c2156
...
...
@@ -2,13 +2,21 @@
CI_PROJECT_DIR_WIN
=
$(
cygpath
-a
-w
${
CI_PROJECT_DIR
}
)
echo
"Project directory"
echo
$CI_PROJECT_DIR_WIN
# Change working directory to the directory the script is in
# http://stackoverflow.com/a/246128
SCRIPT_DIR
=
"
${
CI_PROJECT_DIR
}
/BuildServer/Windows"
echo
"Script"
echo
$SCRIPT_DIR
# This is the directory that will contain the temporary installation
TARGET_DIR
=
"
${
CI_PROJECT_DIR_WIN
}
\\
BuildServer
\\
Windows
\\
Build"
echo
"Target"
echo
$TARGET_DIR
#############################
# Build the packages
#############################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment