Home
last modified time | relevance | path

Searched +full:working +full:- +full:directory (Results 1 – 3 of 3) sorted by relevance

/Kernel-v10.6.2/.github/workflows/
HDkernel-demos.yml1 name: FreeRTOS-Kernel Demos
5 WIN32-MSVC:
7 runs-on: windows-latest
9 - name: Checkout the FreeRTOS/FreeRTOS Repository
15 fetch-depth: 1
18 - name: Checkout Pull Request
23 - name: Add msbuild to PATH
24 uses: microsoft/setup-msbuild@v1.1
26 - name: Build WIN32-MSVC Demo
27 working-directory: FreeRTOS/Demo/WIN32-MSVC
[all …]
HDauto-release.yml1 name: Kernel-Auto-Release
15 description: "Version String for task.h on main branch (leave empty to leave as-is)."
20 release-packager:
22 runs-on: ubuntu-latest
25 - name: Tool Setup
26 uses: actions/setup-python@v2
33 - name: Checkout FreeRTOS Release Tools
40 - name: Checkout FreeRTOS Kernel
44 fetch-depth: 0
46 - name: Configure git identity
[all …]
HDci.yml9 spell-check:
10 runs-on: ubuntu-latest
12 - name: Checkout Parent Repo
16 repository: aws/aws-iot-device-sdk-embedded-C
18 - name: Clone This Repo
22 - name: Install spell
24 sudo apt-get install spell
25 sudo apt-get install util-linux
26 - name: Check spelling
29 # Make sure that the portable directory is not included in the spellcheck.
[all …]