Searched +full:python +full:- +full:version (Results 1 – 3 of 3) sorted by relevance
1 name: Kernel-Auto-Release11 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-latest24 # Install python 325 - name: Tool Setup26 uses: actions/setup-python@v233 - name: Checkout FreeRTOS Release Tools40 - name: Checkout FreeRTOS Kernel[all …]
1 name: Kernel-Checker6 kernel-checker:8 runs-on: ubuntu-20.0410 # Install python 311 - name: Tool Setup12 uses: actions/setup-python@v214 python-version: 3.7.1020 - name: Checkout FreeRTOS Tools28 - name: Checkout Pull Request34 - name: Collecting changed files[all …]
6 runs-on: ubuntu-20.048 - name: Checkout Parent Repository14 fetch-depth: 117 - name: Checkout Pull Request22 - name: Setup Python23 uses: actions/setup-python@master25 python-version: 3.827 - name: Install packages29 sudo apt-get install lcov cflow ruby doxygen build-essential unifdef30 - name: Run Unit Tests with ENABLE_SANITIZER=1[all …]