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 diff --git a/rmf_traffic_editor/CMakeLists.txt b/rmf_traffic_editor/CMakeLists.txt index cf1d5e32..6c395c93 100644 --- a/rmf_traffic_editor/CMakeLists.txt +++ b/rmf_traffic_editor/CMakeLists.txt @@ -168,7 +168,7 @@ if (BUILD_TESTING) ARGN include gui CONFIG_FILE ${uncrustify_config_file} MAX_LINE_LENGTH 80 - LANGUAGE CPP + LANGUAGE C++ ) endif()