Searched +full:apt +full:- +full:get (Results 1 – 3 of 3) sorted by relevance
1 name: FreeRTOS-Kernel Demos5 WIN32-MSVC:7 runs-on: windows-latest9 - name: Checkout the FreeRTOS/FreeRTOS Repository15 fetch-depth: 118 - name: Checkout Pull Request23 - name: Add msbuild to PATH24 uses: microsoft/setup-msbuild@v1.126 - name: Build WIN32-MSVC Demo27 working-directory: FreeRTOS/Demo/WIN32-MSVC[all …]
10 bashPass: \033[32;1mPASSED -11 bashInfo: \033[33;1mINFO -12 bashFail: \033[31;1mFAILED -16 Coverity-Scan:17 if: ( github.repository == 'FreeRTOS/FreeRTOS-Kernel' )19 runs-on: ubuntu-latest21 - name: Checkout the Repository24 - env:29 echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"31 sudo apt-get -y update[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 …]