File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 14
14
- name : Build Makefile
15
15
env : # Currently BOOST_ROOT is defined but not installed: https://github.com/actions/virtual-environments/issues/83
16
16
BOOST_ROOT :
17
- run : | # Also no bison at the moment: https://github.com/actions/virtual-environments/issues/86
18
- sudo apt install bison
17
+ run : | # Also no flex/ bison at the moment: https://github.com/actions/virtual-environments/issues/86
18
+ sudo apt install flex bison
19
19
pwd
20
20
cd code
21
21
make
Original file line number Diff line number Diff line change @@ -132,10 +132,10 @@ and currently have all check-ins validated in the following configurations:
132
132
| Linux | 4.9 | 3.4 |
133
133
| OSX | 4.9 | 3.5 |
134
134
135
- | [](https://ci.appveyor.com/project/solodon4/mach7) | 2017 | 2015 | 2013 | 2012 | 2010 | /analyze |
136
- |-------|------|------|------|------|------|------|
137
- | x86 | OK | OK | OK | OK | OK | OK |
138
- | x64 | OK | OK | OK | OK | N/A | OK |
135
+ | [](https://ci.appveyor.com/project/solodon4/mach7) | 2019 | 2017 | 2015 | 2013 | 2012 | 2010 | /analyze |
136
+ |-------|------|------|------|------|------|------|------|
137
+ | x86 | Fail | OK | OK | OK | OK | OK | OK |
138
+ | x64 | Fail | OK | OK | OK | OK | N/A | OK |
139
139
140
140
[](https://github.com/solodon4/Mach7/actions)
141
141
@@ -260,6 +260,7 @@ Similarly, to build and run all the timing tests:
260
260
tmp - Keep temporaries
261
261
<ver> - Use a specific version of Visual Studio to compile the source
262
262
code. <ver> can be one of the following:
263
+ - 2019 - Visual C++ 16.0
263
264
- 2017 - Visual C++ 15.0
264
265
- 2015 - Visual C++ 14.0
265
266
- 2013 - Visual C++ 12.0
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ environment:
39
39
matrix :
40
40
- toolset : 2019
41
41
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
42
+ BOOST_ROOT : C:\Libraries\boost_1_71_0
43
+ BOOST_LIBRARYDIR : C:\Libraries\boost_1_71_0\lib64-msvc-14.0
42
44
- toolset : 2017
43
45
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
44
46
- toolset : 2015
You can’t perform that action at this time.
0 commit comments