Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
72986960
Commit
72986960
authored
Jul 17, 2018
by
Remi Perenon
Committed by
eric pellegrini
Jul 24, 2018
Browse files
Fixing Windows build
parent
9c62b193
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
72986960
...
...
@@ -185,6 +185,7 @@ ci:windows:
artifacts
:
paths
:
-
"
%CI_PROJECT_DIR%
\\
BuildServer
\\
Windows
\\
Build"
-
"
%CI_PROJECT_DIR%
\\
build"
expire_in
:
1 hrs
tags
:
-
sci
...
...
BuildServer/Windows/deploy.bat
View file @
72986960
...
...
@@ -7,6 +7,15 @@ rem MDANSE_TEMPORARY_INSTALLATION_DIR
cd
"
%MDANSE_SOURCE_DIR%
"
rem Set the path to python executable
set
PYTHON_EXE
=
%MDANSE_TEMPORARY_INSTALLATION_DIR%
\\python.exe
rem This is the env var used by distutils to find the MSVC framework to be used for compiling extension
rem see https://stackoverflow.com/questions/2817869/error-unable-to-find-vcvarsall-bat for more info
rem For the sake of code safety, this should be the same framework used to build Python itself
rem see http://p-nand-q.com/python/building-python-27-with-vs2010.html for more info
set
VS90COMNTOOLS
=
C
:\Users\\ci\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual
C
++
for
Python
\\9.0\\Common7\\Tools
%PYTHON_EXE%
setup
.py
build_api
set
STATUS
=
%ERRORLEVEL%
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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