Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove dead and unnecessary code from header files #1081

Remove dead and unnecessary code from header files

Remove dead and unnecessary code from header files #1081

Workflow file for this run

name: PSP
on:
pull_request:
push:
branches:
- TDE_REL_17_STABLE
workflow_dispatch:
jobs:
build:
name: PSP
strategy:
matrix:
os: ['ubuntu-22.04']
compiler: [gcc, clang]
build_type: [debug,debugoptimized]
build_script: [make, meson]
uses: ./.github/workflows/psp-reusable.yml
with:
os: ${{ matrix.os }}
compiler: ${{ matrix.compiler }}
build_type: ${{ matrix.build_type }}
build_script: ${{ matrix.build_script }}
secrets: inherit