Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kei18 committed Feb 18, 2024
1 parent 5bf95fc commit 658f5f2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- 'src/**'
- 'include/**'
- '.github/workflows/**'
- '.github/workflows/build_macos.yml'

jobs:
build-osx:
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: build_ubuntu

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

jobs:
build-osx:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
submodules: true

- name: build
run: |
bash third_party/openFrameworks/scripts/linux/ubuntu/install_dependencies.sh
bash third_party/openFrameworks/scripts/linux/ubuntu/install_codecs.sh
make -j4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# mapf-visualizer

[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
[![ci](https://github.com/Kei18/mapf-visualizer/actions/workflows/ci.yml/badge.svg)](https://github.com/Kei18/mapf-visualizer/actions/workflows/ci.yml)
[![build_macos](https://github.com/Kei18/mapf-visualizer/actions/workflows/build_macos.yml/badge.svg)](https://github.com/Kei18/mapf-visualizer/actions/workflows/build_macos.yml)

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

Expand Down

0 comments on commit 658f5f2

Please sign in to comment.