Skip to content

create_component関数の引数の不具合修正 #710

create_component関数の引数の不具合修正

create_component関数の引数の不具合修正 #710

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)