Skip to content

Commit

Permalink
Change the configuration of CIs
Browse files Browse the repository at this point in the history
Fix #None
  • Loading branch information
Minggang Wang committed Jan 21, 2020
1 parent 6d37d6c commit b84455f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: brew update
- run: brew uninstall python
- run: brew install python
- run: brew install wget cmake cppcheck tinyxml tinyxml2 eigen pcre poco
- run: brew install openssl
- run: brew install asio console_bridge
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branches:
- develop
- actionlib

image: Previous Visual Studio 2019
image: Visual Studio 2017

environment:
nodejs_version: "10"
Expand Down Expand Up @@ -52,6 +52,6 @@ build_script:
- npm run lint

test_script:
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat"
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat"
- "SET PATH=%PYTHON3%;%PYTHON3%\\bin;%PYTHON3%\\Scripts;C:\\Program Files\\CMake\\bin;%PATH%"
- npm test

0 comments on commit b84455f

Please sign in to comment.