Home
last modified time | relevance | path

Searched +full:python +full:- +full:version (Results 1 – 3 of 3) sorted by relevance

/Kernel-v10.6.2/.github/workflows/
Dauto-release.yml1 name: Kernel-Auto-Release
11 description: 'Version Number (Ex. 10.4.4)'
15 description: "Version String for task.h on main branch (leave empty to leave as-is)."
20 release-packager:
22 runs-on: ubuntu-latest
24 # Install python 3
25 - name: Tool Setup
26 uses: actions/setup-python@v2
33 - name: Checkout FreeRTOS Release Tools
40 - name: Checkout FreeRTOS Kernel
[all …]
Dkernel-checks.yml1 name: Kernel-Checker
6 kernel-checker:
8 runs-on: ubuntu-20.04
10 # Install python 3
11 - name: Tool Setup
12 uses: actions/setup-python@v2
14 python-version: 3.7.10
20 - name: Checkout FreeRTOS Tools
28 - name: Checkout Pull Request
34 - name: Collecting changed files
[all …]
Dunit-tests.yml6 runs-on: ubuntu-20.04
8 - name: Checkout Parent Repository
14 fetch-depth: 1
17 - name: Checkout Pull Request
22 - name: Setup Python
23 uses: actions/setup-python@master
25 python-version: 3.8
27 - name: Install packages
29 sudo apt-get install lcov cflow ruby doxygen build-essential unifdef
30 - name: Run Unit Tests with ENABLE_SANITIZER=1
[all …]