-
Notifications
You must be signed in to change notification settings - Fork 36
40 lines (40 loc) · 966 Bytes
/
package.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
name: Package mc_rtc
on:
repository_dispatch:
types:
- package-master
- package-release
pull_request:
branches:
- "**"
push:
paths-ignore:
- ".gitlab-ci.yml"
- ".jrl-ci"
- doc/**
- README.md
- ".github/workflows/build.yml"
branches:
- "**"
tags:
- v*
jobs:
package:
uses: jrl-umi3218/github-actions/.github/workflows/package-project.yml@master
with:
deps: '["jrl-umi3218/mc_rtc_ros", "jrl-umi3218/mc_openrtm", "jrl-umi3218/mc_udp", "jrl-umi3218/mc_panda", "jrl-umi3218/mc_state_observation"]'
with-ros: true
latest-cmake: true
matrix: |
{
"dist": ["bionic", "focal", "jammy"],
"arch": ["amd64"],
"include":
[
{"dist": "bionic", "arch": "i386" }
]
}
secrets:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
GH_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}