Skip to content

getParameterByModulename()'s bug fixed #709

getParameterByModulename()'s bug fixed

getParameterByModulename()'s bug fixed #709

Workflow file for this run

name: OpenRTM on Linux
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu_1804, ubuntu_2004, debian_10, code_analysis]
steps:
- uses: actions/checkout@v1
- name: Build OpenRTM
run: docker build .. --file scripts/${{matrix.os}}/Dockerfile --tag openrtm:${{matrix.os}}-$(date +%s)