Skip to content

Rewrite limitations section, minor fixes to unimplemented functions (… #849

Rewrite limitations section, minor fixes to unimplemented functions (…

Rewrite limitations section, minor fixes to unimplemented functions (… #849

Workflow file for this run

name: Build packages
on:
push:
paths-ignore:
- "docs/**"
- ".github/workflows/docs-**"
- ".github/workflows/build-lint-and-test.yml"
- "examples/**"
- "*.md"
branches: [ master ]
pull_request:
paths-ignore:
- "docs/**"
- ".github/workflows/docs-**"
- ".github/workflows/build-lint-and-test.yml"
- "examples/**"
- "*.md"
branches: [ master ]
env:
CARGO_TERM_COLORS: always
jobs:
build-packages:
uses: ./.github/workflows/build-cpack-packages.yml
with:
save-artifacts: false
build-type: Release
secrets: inherit