Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create build-action.yml #24

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: build-action

on: [pull_request]

jobs:
build:
# test with my host machine
runs-on: [self-hosted, linux, x64, default]
strategy:
fail-fast: false
matrix:
distro: [bionic]

steps:
- name: Setup Checkout autoproj CI
uses: actions/checkout@v2
with:
repository: Brazilian-Institute-of-Robotics/bir-autoproj-action
ssh-key: ${{ secrets.AUTOPROJ_ACTION_TOKEN }}
- uses: ./
with:
distro: ${{ matrix.distro }}
buildconf-url: [email protected]:romulogcerqueira/sonar_simulation.git
packages: 'simulation/normal_depth_map'
seed-config: |
---
apt_dpkg_update: 'true'
osdeps_mode: all
GITORIOUS: ssh
GITHUB: ssh
ROCK_SELECTED_FLAVOR: master
ROCK_FLAVOR: master
ROCK_BRANCH: master
USE_OCL: false
rtt_corba_implementation: omniorb
rtt_target: gnulinux
cxx11: false
USE_PYTHON: true
PYTHONPATH: /usr/bin/python2.7
python_executable: "/usr/bin/python"
python_version: 2