Merge pull request #1143 from n-kawauchi/manager_cmd #737
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: OpenRTM on Linux | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
os: [ubuntu_2004, ubuntu_2204, code_analysis] | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Build OpenRTM | |
run: docker build .. --file scripts/${{matrix.os}}/Dockerfile --tag openrtm:${{matrix.os}}-$(date +%s) |