File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 18
18
# fallback to using the latest cache if no exact match is found
19
19
- v1-dependencies-
20
20
- run : brew update
21
- - run : brew uninstall python
22
- - run : brew install python
23
21
- run : brew install wget cmake cppcheck tinyxml tinyxml2 eigen pcre poco
24
22
- run : brew install openssl
25
23
- run : brew install asio console_bridge
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ branches:
6
6
- develop
7
7
- actionlib
8
8
9
- image : Previous Visual Studio 2019
9
+ image : Visual Studio 2017
10
10
11
11
environment :
12
12
nodejs_version : " 10"
@@ -52,6 +52,6 @@ build_script:
52
52
- npm run lint
53
53
54
54
test_script :
55
- - cmd : call "C:\Program Files (x86)\Microsoft Visual Studio\2019 \Community\Common7\Tools\VsDevCmd.bat"
55
+ - cmd : call "C:\Program Files (x86)\Microsoft Visual Studio\2017 \Community\Common7\Tools\VsDevCmd.bat"
56
56
- " SET PATH=%PYTHON3%;%PYTHON3%\\ bin;%PYTHON3%\\ Scripts;C:\\ Program Files\\ CMake\\ bin;%PATH%"
57
57
- npm test
You can’t perform that action at this time.
0 commit comments