Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kei18 committed Apr 27, 2023
1 parent f17bd1f commit 979a433
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 35 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/build_ubuntu.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: build-macos-latest
name: ci

on:
push:
paths:
- 'src/**'
- 'include/**'
- '.github/workflows/build_macos.yml'
- '.github/workflows/**'

jobs:
build-osx:
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
# mapf-visualizer

[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)

[![build-macos-latest](https://github.com/Kei18/mapf-visualizer/actions/workflows/build_macos.yml/badge.svg)](https://github.com/Kei18/mapf-visualizer/actions/workflows/build_macos.yml)
[![build-ubuntu-latest](https://github.com/Kei18/mapf-visualizer/actions/workflows/build_ubuntu.yml/badge.svg)](https://github.com/Kei18/mapf-visualizer/actions/workflows/build_ubuntu.yml)
[![ci](https://github.com/Kei18/mapf-visualizer/actions/workflows/ci.yml/badge.svg)](https://github.com/Kei18/mapf-visualizer/actions/workflows/ci.yml)

Simple & scalable multi-agent pathfinding (MAPF) visualizer for research usage.

Expand Down

0 comments on commit 979a433

Please sign in to comment.