Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lib4neuro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MolDyn
lib4neuro
Commits
381f66f0
Commit
381f66f0
authored
5 years ago
by
Martin Beseda
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] Trying to fix CI Windows compilation with Fortran
parent
5bc0d29f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-6
8 additions, 6 deletions
.gitlab-ci.yml
with
8 additions
and
6 deletions
.gitlab-ci.yml
+
8
−
6
View file @
381f66f0
...
...
@@ -41,6 +41,7 @@ win_visual_studio_static_local:
before_script
:
-
'
call
VsDevCmd.bat'
-
'
"C:\Program
Files
(x86)\IntelSWTools\compilers_and_libraries_2019.5.281\windows\bin\ifortvars.bat"
intel64
vs2017
||
exit'
-
'
rmdir
/s
/q
build
external_dependencies/*'
script
:
...
...
@@ -60,9 +61,9 @@ win_visual_studio_2017_static_manual:
DEPENDENCIES_LINK_TYPE
:
'
static'
before_script
:
-
'
call
VsDevCmd.bat'
-
'
"C:\Program
Files
(x86)\IntelSWTools\compilers_and_libraries_2019.5.281\windows\bin\ifortvars.bat"
intel64
vs2017'
-
'
rmdir
/s
/q
build
external_dependencies/*'
-
'
call
VsDevCmd.bat
||
exit
'
-
'
"C:\Program
Files
(x86)\IntelSWTools\compilers_and_libraries_2019.5.281\windows\bin\ifortvars.bat"
intel64
vs2017
||
exit
'
-
'
rmdir
/s
/q
build
external_dependencies/*
||
exit
'
script
:
-
'
call
build_scripts\windows\win_VS_build_x64_release.bat'
...
...
@@ -91,7 +92,7 @@ win_visual_studio_2015_static_local:
before_script
:
-
'
call
VsDevCmd.bat'
-
'
"C:\Program
Files
(x86)\IntelSWTools\compilers_and_libraries_2019.5.281\windows\bin\ifortvars.bat"
intel64
vs2015'
-
'
"C:\Program
Files
(x86)\IntelSWTools\compilers_and_libraries_2019.5.281\windows\bin\ifortvars.bat"
intel64
vs2015
||
exit
'
-
'
rmdir
/s
/q
build
external_dependencies/*'
script
:
...
...
@@ -111,8 +112,9 @@ win_visual_studio_2015_static_manual:
DEPENDENCIES_LINK_TYPE
:
'
static'
before_script
:
-
'
call
VsDevCmd.bat'
-
'
rmdir
/s
/q
build
external_dependencies/*'
-
'
call
VsDevCmd.bat
||
exit'
-
'
"C:\Program
Files
(x86)\IntelSWTools\compilers_and_libraries_2019.5.281\windows\bin\ifortvars.bat"
intel64
vs2015
||
exit'
-
'
rmdir
/s
/q
build
external_dependencies/*
||
exit'
script
:
-
'
call
build_scripts\windows\win_VS2015_build_x64_release.bat'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment