Skip to content

.github/workflows/rcodesign.yml #56

.github/workflows/rcodesign.yml

.github/workflows/rcodesign.yml #56

Workflow file for this run

on:
push:
branches:
- main
tags-ignore:
- '**'
pull_request:
schedule:
- cron: '12 15 * * *'
workflow_dispatch:
jobs:
exes:
uses: indygreg/actions/.github/workflows/rust-exe.yml@1eaaf4707bbebceaecc842cd23245a007c31666a
with:
actions_ref: "1eaaf4707bbebceaecc842cd23245a007c31666a"
bin: rcodesign
extra_build_args_linux_gnu: '--all-features'
extra_build_args_macos: '--all-features'
extra_build_args_windows: '--all-features'
just_bootstrap: true
sccache_s3_bucket: apple-platform-rs-sccache
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
test-softhsm-signing:
name: PKCS#11 Test
uses: ./.github/workflows/sign-apple-exe-pkcs11.yml
needs: [ exes ]