Skip to content

Commit

Permalink
CI Update (#100)
Browse files Browse the repository at this point in the history
* Updated Windows CI config

* Updated badge URLs in README
  • Loading branch information
marip8 authored Oct 7, 2022
1 parent 193a0c1 commit fbb74eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
path: workspace/src/descartes_light

- name: vcpkg build
uses: johnwason/vcpkg-action@v2
uses: johnwason/vcpkg-action@v3
with:
pkgs: >-
boost-graph eigen3 console-bridge
Expand All @@ -33,7 +33,7 @@ jobs:
python -m pip install vcstool colcon-common-extensions ninja -q
- name: configure-msvc
uses: ilammy/msvc-dev-cmd@master
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64

Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ This package is intented to be a simple ladder graph building library. The core

Platform | CI Status
---------------------|:---------
Linux (Bionic) | [![Build Status](https://github.com/swri-robotics/descartes_light/workflows/Bionic-Build/badge.svg)](https://github.com/swri-robotics/descartes_light/actions)
Linux (Focal) | [![Build Status](https://github.com/swri-robotics/descartes_light/workflows/Focal-Build/badge.svg)](https://github.com/swri-robotics/descartes_light/actions)
Windows | [![Build Status](https://github.com/swri-robotics/descartes_light/workflows/Windows-Build/badge.svg)](https://github.com/swri-robotics/descartes_light/actions)
Lint (Clang-Tidy) | [![Build Status](https://github.com/swri-robotics/descartes_light/workflows/Focal-Build/badge.svg)](https://github.com/swri-robotics/descartes_light/actions)
Lint (Clang-Format) | [![Build Status](https://github.com/swri-robotics/descartes_light/workflows/Clang-Format/badge.svg)](https://github.com/swri-robotics/descartes_light/actions)
Lint (CodeCov) | [![Build Status](https://github.com/swri-robotics/descartes_light/workflows/CodeCov/badge.svg)](https://github.com/swri-robotics/descartes_light/actions)
Linux (Bionic) | [![Build Status](https://github.com/swri-robotics/descartes_light/actions/workflows/ubuntu_bionic.yml/badge.svg)](https://github.com/swri-robotics/descartes_light/actions/workflows/ubuntu_bionic.yml)
Linux (Focal) | [![Build Status](https://github.com/swri-robotics/descartes_light/actions/workflows/ubuntu_focal.yml/badge.svg)](https://github.com/swri-robotics/descartes_light/actions/workflows/ubuntu_focal.yml)
Windows | [![Build Status](https://github.com/swri-robotics/descartes_light/actions/workflows/windows_2019.yml/badge.svg)](https://github.com/swri-robotics/descartes_light/actions/workflows/windows_2019.yml)
Lint (Clang-Format) | [![Build Status](https://github.com/swri-robotics/descartes_light/actions/workflows/clang_format.yml/badge.svg)](https://github.com/swri-robotics/descartes_light/actions/workflows/clang_format.yml)
Lint (CMake-Format) | [![Build Status](https://github.com/swri-robotics/descartes_light/actions/workflows/cmake_format.yml/badge.svg)](https://github.com/swri-robotics/descartes_light/actions/workflows/cmake_format.yml)

0 comments on commit fbb74eb

Please sign in to comment.