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
9e83ff7b
Commit
9e83ff7b
authored
Apr 27, 2018
by
Remi Perenon
Browse files
Debugging
parent
b3a7ceaa
Pipeline
#3632
canceled with stages
in 9 minutes and 24 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9e83ff7b
...
...
@@ -112,7 +112,7 @@ ci:windows:
-
/^bugfix-.*$/
artifacts
:
paths
:
-
call
.\\BuildServer\\Windows\\Build
-
.\\BuildServer\\Windows\\Build
expire_in
:
1 day
tags
:
-
windows
...
...
@@ -132,6 +132,6 @@ deploy:windows:
tags
:
-
windows
clean:windows:
stage:clean
stage
:
clean
script
:
-
call .\\BuildServer\\Windows\\clean.bat
BuildServer/Windows/build.bat
View file @
9e83ff7b
...
...
@@ -48,8 +48,8 @@ if %STATUS% neq 0 (
exit
%STATUS%
)
rem Copy netcdf dependencies
c
p
"
%MDANSE_DEPENDENCIES_DIR%
\\NetCDF\\netcdf.dll"
"
%MDANSE_TEMPORARY_INSTALLATION_DIR%
\\Lib\\site-packages\\Scientific\\"
c
p
"
%MDANSE_DEPENDENCIES_DIR%
\\NetCDF\\netcdf.h"
"
%MDANSE_TEMPORARY_INSTALLATION_DIR%
\\include\\Scientific\\"
c
opy
"
%MDANSE_DEPENDENCIES_DIR%
\\NetCDF\\netcdf.dll"
"
%MDANSE_TEMPORARY_INSTALLATION_DIR%
\\Lib\\site-packages\\Scientific\\"
c
opy
"
%MDANSE_DEPENDENCIES_DIR%
\\NetCDF\\netcdf.h"
"
%MDANSE_TEMPORARY_INSTALLATION_DIR%
\\include\\Scientific\\"
cd
..
rmdir
/S /Q
scientific
-python
...
...
BuildServer/Windows/clean.bat
View file @
9e83ff7b
...
...
@@ -8,5 +8,7 @@ rem MDANSE_TEMPORARY_INSTALLATION_DIR
rmdir
/S /Q
build
rmdir
/S /Q
BuildServer
\\Windows\\Build
rmdir
/S /Q
%MDANSE_TEMPORARY_INSTALLATION_DIR%
\\scientific
-python
rmdir
/S /Q
%MDANSE_TEMPORARY_INSTALLATION_DIR%
\\mmtk
\ No newline at end of file
rmdir
/S /Q
%MDANSE_TEMPORARY_INSTALLATION_DIR%
rem Mandatory to ensure the script will exit withour error
cd
%MDANSE_SOURCE_DIR%
\ No newline at end of file
BuildServer/Windows/deploy.bat
View file @
9e83ff7b
...
...
@@ -11,7 +11,7 @@ rem Copy site.py
copy
%MDANSE_SOURCE_DIR%
\\BuildServer\\Windows\\Windows_resources\\site.py
%MDANSE_TEMPORARY_INSTALLATION_DIR%
\\Lib\\
rem Copy Visual dll see https://stackoverflow.com/questions/214852/python-module-dlls to understand why dll copy destination folder must be the Scientific folder
c
p
"
%MDANSE_DEPENDENCIES_DIR%
\\NetCDF\\vcruntime140.dll"
"
%MDANSE_TEMPORARY_INSTALLATION_DIR%
\\Lib\\site-packages\\Scientific\\"
c
opy
"
%MDANSE_DEPENDENCIES_DIR%
\\NetCDF\\vcruntime140.dll"
"
%MDANSE_TEMPORARY_INSTALLATION_DIR%
\\Lib\\site-packages\\Scientific\\"
rem create the MDANSE installer
echo
"Creating nsis installer for target
%MDANSE_TEMPORARY_INSTALLATION_DIR%
..."
...
...
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