Home
last modified time | relevance | path

Searched +full:runs +full:- +full:on (Results 1 – 5 of 5) sorted by relevance

/cmsis-dsp-latest/.github/workflows/
Dgh-pages.yml4 on:
5 # Runs on pushes targeting the default branch
7 branches: [gh-pages]
16 id-token: write
18 # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest…
19 # However, do NOT cancel in-progress runs as we want to allow these production deployments to compl…
22 cancel-in-progress: false
28 name: github-pages
30 runs-on: ubuntu-latest
32 - name: Checkout
[all …]
Dpack.yml2 on:
11 group: ${{ github.workflow }}-${{ github.ref }}
12 cancel-in-progress: true
17 runs-on: ubuntu-22.04
19 - uses: actions/checkout@v4
21 fetch-depth: 0
23 - name: Fetch tags
25 git fetch --tags --force
27 - uses: Open-CMSIS-Pack/gen-pack-action@main
29 doxygen-version: 1.9.6
[all …]
Druntest.yaml2 on:
11 security-events: write
16 fail-fast: false
19 runs-on: ubuntu-latest
22 - name: Checkout
25 - name: Setup Python 3.10
26 uses: actions/setup-python@v5
28 python-version: '3.10'
30 cache-dependency-path: Testing/requirements.txt
32 - name: Install system packages
[all …]
Druncpptest.yaml2 on:
11 security-events: write
16 fail-fast: false
21 runs-on: ubuntu-latest
24 - name: Checkout
27 - name: Setup Python 3.10
28 uses: actions/setup-python@v5
30 python-version: '3.10'
32 cache-dependency-path: Testing/requirements.txt
34 - name: Install system packages
[all …]
/cmsis-dsp-latest/Documentation/Doxygen/
Ddsp.dxy.in19 # doxygen -x [configFile]
23 # doxygen -x_noenv [configFile]
25 #---------------------------------------------------------------------------
27 #---------------------------------------------------------------------------
30 # file that follow. The default is UTF-8 which is also the encoding used for all
34 # The default value is: UTF-8.
36 DOXYFILE_ENCODING = UTF-8
39 # double-quotes, unless you are using Doxywizard) that should identify the
44 PROJECT_NAME = "CMSIS-DSP"
73 # sub-directories (in 2 levels) under the output directory of each output format
[all …]