Skip to content
Snippets Groups Projects
Commit 521f512f authored by Martin Beseda's avatar Martin Beseda
Browse files

[FIX] [WIN] Trying to fix CI on Windows

parent ecd70d81
No related branches found
No related tags found
No related merge requests found
......@@ -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\psxevars.bat" intel64 vs2017 &&
call "C:\Program Files (x86)\IntelSWTools\parallel_studio_xe_2019.5.068\compilers_and_libraries_2019\windows\bin\compilervars.bat" intel64 vs2017 &&
copy /b NUL prep_success'
artifacts:
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment