File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
19
19
fail-fast : false
20
20
max-parallel : 20
21
21
matrix :
22
- compiler : [msvc-2017, msvc- 2019]
22
+ compiler : [msvc-2019]
23
23
base-flags : ["", -DJINJA2CPP_CXX_STANDARD=17]
24
24
build-config : [Release, Debug]
25
25
build-platform : [x86, x64]
26
- build-runtime : ["", /MT, /MD ]
26
+ build-runtime : [/MT]
27
27
build-shared : [TRUE, FALSE]
28
28
29
29
include :
66
66
VC_VARS : " ${{ matrix.vc_vars }}"
67
67
run : |
68
68
call "%VC_VARS%"
69
+ set BOOST_ROOT=%BOOST_ROOT_1_69_0%
70
+ set path=%BOOST_ROOT%\lib;%PATH%
71
+ echo "###########1 " %BOOST_ROOT%
72
+ echo "###########2 " %PATH%
69
73
mkdir -p .build
70
74
cd .build
71
75
cmake .. -G "%INPUT_GENERATOR%" -DCMAKE_BUILD_TYPE=%INPUT_BUILD_CONFIG% -DJINJA2CPP_MSVC_RUNTIME_TYPE="%INPUT_BUILD_RUNTIME%" -DJINJA2CPP_DEPS_MODE=external-boost -DJINJA2CPP_BUILD_SHARED=%INPUT_BUILD_SHARED% %INPUT_BASE_FLAGS% %INPUT_EXTRA_FLAGS%
79
83
run : |
80
84
cd .build
81
85
call "%VC_VARS%"
86
+ set BOOST_ROOT=%BOOST_ROOT_1_69_0%
82
87
set path=%BOOST_ROOT%\lib;%PATH%
88
+ echo "###########1 " %BOOST_ROOT%
89
+ echo "###########2 " %PATH%
83
90
ctest -C %INPUT_BUILD_CONFIG% -V
You can’t perform that action at this time.
0 commit comments