Skip to content

Commit

Permalink
[CI] Created build CI
Browse files Browse the repository at this point in the history
Signed-off-by: Esteban Martinena <[email protected]>
  • Loading branch information
orensbruli committed Dec 7, 2022
1 parent c5910c1 commit fe458bf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: build
on:
pull_request:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
build_and_test:
name: rmf_traffic_editor
uses: open-rmf/rmf_ci_templates/.github/workflows/reusable_build.yaml@main
with:
# NOTE: Avoid adding comments in the packages lines, this can break some of the called scripts in github actions
packages: |
rmf_traffic_editor

0 comments on commit fe458bf

Please sign in to comment.