forked from eclipse-threadx/usbx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregression_samples_rtos_test.yml
More file actions
46 lines (40 loc) · 1.24 KB
/
regression_samples_rtos_test.yml
File metadata and controls
46 lines (40 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: USBX Regression Samples RTOS Test
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
manual_tests:
if: github.event_name == 'workflow_dispatch'
permissions:
contents: read
issues: read
checks: write
pull-requests: write
pages: write
id-token: write
uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
with:
cmake_path: ./test/cmake/usbx_samples_rtos
build_script: bash ./scripts/build_samples_rtos.sh msrc_rtos_build
test_script: bash ./scripts/test_samples_rtos.sh msrc_rtos_build
coverage_name: msrc_rtos_build
skip_coverage: true
auto_tests:
if: github.event_name != 'workflow_dispatch'
permissions:
contents: read
issues: read
checks: write
pull-requests: write
pages: write
id-token: write
uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
with:
cmake_path: ./test/cmake/usbx_samples_rtos
build_script: bash ./scripts/build_samples_rtos.sh msrc_rtos_build
test_script: bash ./scripts/test_samples_rtos.sh msrc_rtos_build
coverage_name: msrc_rtos_build
skip_coverage: true