Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MDANSE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Scientific Software
MDANSE
Commits
9e83ff7b
Commit
9e83ff7b
authored
Apr 27, 2018
by
Remi Perenon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
BuildServer/Windows/build.bat
BuildServer/Windows/build.bat
+2
-2
BuildServer/Windows/clean.bat
BuildServer/Windows/clean.bat
+4
-2
BuildServer/Windows/deploy.bat
BuildServer/Windows/deploy.bat
+1
-1
No files found.
.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
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