From fe458bf8b869f10e016c78e0635fe621fec9009a Mon Sep 17 00:00:00 2001 From: Esteban Martinena Date: Sat, 17 Sep 2022 04:47:44 +0200 Subject: [PATCH] [CI] Created build CI Signed-off-by: Esteban Martinena --- .github/workflows/build.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/build.yaml diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml new file mode 100644 index 00000000..9f3ff05b --- /dev/null +++ b/.github/workflows/build.yaml @@ -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