Searched +full:python +full:- +full:version (Results 1 – 2 of 2) 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 …]
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 …]