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
6106ead1
Commit
6106ead1
authored
Apr 20, 2016
by
Jamie Hall
Browse files
test
parent
621925f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Windows/package.sh
View file @
6106ead1
...
...
@@ -67,7 +67,7 @@ if [ $TASK = "setup" ]; then
DEPENDENCIES_DIR
=
${
CI_WINDOWS_DEPENDENCIES_PATH_UNIX
}
/
${
BUILD_TARGET
}
PYTHON_MSI
=
python-
${
PYTHON_VERSION
}${
PYTHON_SUFFIX
}
.msi
PYTHON_MSI_WIN
=
${
DEPENDENCIES_
DIR
}
/
${
PYTHON_MSI
}
PYTHON_MSI_WIN
=
${
CI_WINDOWS_
DEPENDENCIES_
PATH
}
\\
${
BUILD_TARGET
}
\\
${
PYTHON_MSI
}
echo
"Extracting python
${
PYTHON_MSI_WIN
}
in
${
TARGET_DIR
}
"
cmd /c
"msiexec /L* pythonlog.txt /qn /a
${
PYTHON_MSI_WIN
}
TARGETDIR=
${
TARGET_DIR
}
"
...
...
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