Searched +full:gen +full:- +full:pack +full:- +full:script (Results 1 – 3 of 3) sorted by relevance
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 …]
3 # Date: 2024-01-094 # This bash script generates a CMSIS-NN 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 - destination22 # Temporary pack build directory,27 # Specify directory names to be added to pack base directory28 # An empty list defaults to all folders next to this script.[all …]
3 # SPDX-FileCopyrightText: Copyright 2022-2024 Arm Limited and/or its affiliates <open-source-office…5 # SPDX-License-Identifier: Apache-2.011 # www.apache.org/licenses/LICENSE-2.020 # Date: 2024-01-0921 # This bash script generates CMSIS-NN Documentation:23 # Pre-requisites:24 # - bash shell (for Windows: install git for Windows)25 # - doxygen 1.9.626 # - linkchecker (can be skipped with -s)28 set -o pipefail[all …]