ipa320 / araig_test_stack

Apache License 2.0
0 stars 4 forks source link

Add CI #47

Open ipa-kut opened 3 years ago

ipa-kut commented 3 years ago

[23.04 16:59] Hammoudeh Garcia, Nadia

add the file .github/workflows/build.yml to your repo with the following content:


name: CI
on: [push, pull_request]
jobs:
  industrial_ci:
    strategy:
      matrix:
        env:
          - {​​​​​​​ROS_DISTRO: melodic}​​​​​​​​​​​​​​
          - {​​​​​​​​​​​​​​ROS_DISTRO: noetic}​​​​​​​​​​​​​​
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - uses: 'ros-industrial/industrial_ci@master'
        env: ${​​​​​​​​​​​​​​{​​​​​​​​​​​​​​matrix.env}​​​​​​​​​​​​​​}​​​​​​​​​​​​​​
ipa-rwu commented 3 years ago

https://github.com/ipa320/araig_test_stack/pull/57