Searched +full:gen +full:- +full:pack +full:- +full:output (Results 1 – 3 of 3) sorted by relevance
3 # Date: 2023-11-064 # This bash script generates a CMSIS-DSP Software Pack:7 set -o pipefail9 # Set version of gen pack library10 # For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.15 DEFAULT_ARGS=(-c "v")17 # Pack warehouse directory - destination18 # Default: ./output20 # PACK_OUTPUT=./output22 # Temporary pack build directory,[all …]
1 name: Build documentation and pack11 group: ${{ github.workflow }}-${{ github.ref }}12 cancel-in-progress: true15 pack:16 name: Generate pack17 runs-on: ubuntu-22.0419 - uses: actions/checkout@v421 fetch-depth: 023 - name: Fetch tags25 git fetch --tags --force[all …]
11 security-events: write16 fail-fast: false19 runs-on: ubuntu-latest 22 - name: Checkout25 - name: Setup Python 3.1026 uses: actions/setup-python@v528 python-version: '3.10'30 cache-dependency-path: Testing/requirements.txt32 - name: Install system packages34 sudo add-apt-repository ppa:deadsnakes/ppa[all …]