Skip to content

Commit b84455f

Browse files
author
Minggang Wang
committed
Change the configuration of CIs
Fix #None
1 parent 6d37d6c commit b84455f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
# fallback to using the latest cache if no exact match is found
1919
- v1-dependencies-
2020
- run: brew update
21-
- run: brew uninstall python
22-
- run: brew install python
2321
- run: brew install wget cmake cppcheck tinyxml tinyxml2 eigen pcre poco
2422
- run: brew install openssl
2523
- run: brew install asio console_bridge

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branches:
66
- develop
77
- actionlib
88

9-
image: Previous Visual Studio 2019
9+
image: Visual Studio 2017
1010

1111
environment:
1212
nodejs_version: "10"
@@ -52,6 +52,6 @@ build_script:
5252
- npm run lint
5353

5454
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"
5656
- "SET PATH=%PYTHON3%;%PYTHON3%\\bin;%PYTHON3%\\Scripts;C:\\Program Files\\CMake\\bin;%PATH%"
5757
- npm test

0 commit comments

Comments
 (0)