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
521f512f
Commit
521f512f
authored
5 years ago
by
Martin Beseda
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] [WIN] Trying to fix CI on Windows
parent
ecd70d81
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
build_scripts/windows/win_VS_build_x64_release.bat
+3
-3
3 additions, 3 deletions
build_scripts/windows/win_VS_build_x64_release.bat
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
1
View file @
521f512f
...
...
@@ -63,7 +63,7 @@ win_visual_studio_2017_static_manual:
before_script
:
-
'
rmdir
/s
/q
build
external_dependencies\*'
-
'
call
VsDevCmd.bat
&&
call
"C:\Program
Files
(x86)\IntelSWTools\parallel_studio_xe_2019.5.068\
bin\psxe
vars.bat"
intel64
vs2017
&&
call
"C:\Program
Files
(x86)\IntelSWTools\parallel_studio_xe_2019.5.068\
compilers_and_libraries_2019\windows\bin\compiler
vars.bat"
intel64
vs2017
&&
copy
/b
NUL
prep_success'
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
build_scripts/windows/win_VS_build_x64_release.bat
+
3
−
3
View file @
521f512f
...
...
@@ -6,9 +6,9 @@ set BUILD_SOMETHING_LIB=yes
title
Building
the
'lib4neuro'
project
for
Release
[
preparing
makefiles
]
rem C++ compiler (Requires Visual Studio 2017)
set
CXX_COMPILER
=
cl
set
C_COMPILER
=
cl
set
Fortran_COMPILER
=
ifort
REM
set CXX_COMPILER=cl
REM
set C_COMPILER=cl
REM
set Fortran_COMPILER=ifort
set
MAKEFILE_GENERATOR
=
"Visual Studio 15 2017 Win64"
...
...
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