Skip to content

[CI] add packaging for jammy #80

[CI] add packaging for jammy

[CI] add packaging for jammy #80

Workflow file for this run

name: Package QpSolverCollection
on:
repository_dispatch:
types:
- package-master
- package-release
pull_request:
branches:
- "**"
push:
paths-ignore:
- doc/**
- README.md
- ".github/workflows/ci.yaml"
branches:
- "**"
tags:
- v*
jobs:
package:
uses: jrl-umi3218/github-actions/.github/workflows/package-project.yml@master
with:
latest-cmake: true
deps: '["isri-aist/ForceControlCollection"]'
main-repo: isri-aist/QpSolverCollection
matrix: |
{
"dist": ["jammy"],
"arch": ["amd64"]
}
secrets:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
GH_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}