Searched +full:cancel +full:- +full:in +full:- +full:progress (Results 1 – 14 of 14) sorted by relevance
6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…9 group: ${{ github.ref }}-${{ github.workflow }} 10 cancel-in-progress: true13 verify-kconfig:15 runs-on: ubuntu-22.0417 - name: Checkout20 persist-credentials: false21 fetch-depth: 022 - name: Setup Python23 uses: actions/setup-python@v5[all …]
9 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…12 group: ${{ github.ref }}-${{ github.workflow }} 13 cancel-in-progress: true18 runs-on: ubuntu-22.0422 # See BUILD_OPTIONS in tests/CMakeLists.txt.30 - uses: actions/checkout@v431 - uses: ammaraskar/gcc-problem-matcher@master32 - name: Install prerequisites33 run: scripts/install-prerequisites.sh34 - name: Building ${{ matrix.build_option }}[all …]
6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…9 group: ${{ github.ref }}-${{ github.workflow }} 10 cancel-in-progress: true15 runs-on: ubuntu-22.0418 - uses: actions/checkout@v420 - name: Setup Python21 uses: actions/setup-python@v523 python-version: '3.10'25 - name: Install Doxygen and Latex dependencies27 sudo apt-get update[all …]
6 - 'release/v*' # on release branches9 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…12 group: ${{ github.ref }}-${{ github.workflow }} 13 cancel-in-progress: true16 run-release-branch-updater:18 runs-on: ubuntu-24.0421 - name: Checkout LVGL25 fetch-depth: 0 # fetch all27 - name: set git credentials29 git config user.name 'lvgl-bot'[all …]
8 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…11 group: ${{ github.ref }}-${{ github.workflow }} 12 cancel-in-progress: true17 runs-on: ubuntu-22.0419 - uses: actions/checkout@v420 - uses: arduino/arduino-lint-action@v222 library-manager: update
9 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…12 group: ${{ github.ref }}-${{ github.workflow }} 13 cancel-in-progress: true18 runs-on: ubuntu-22.0421 - uses: actions/checkout@v422 - uses: ammaraskar/gcc-problem-matcher@master23 - name: Install prerequisites24 run: scripts/install-prerequisites.sh25 - name: Install clang26 run: sudo apt-get install clang lld[all …]
9 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…12 group: ${{ github.ref }}-${{ github.workflow }} 13 cancel-in-progress: true18 runs-on: ubuntu-22.0421 - uses: actions/checkout@v422 - uses: ammaraskar/gcc-problem-matcher@master23 - name: Install prerequisites24 run: scripts/install-prerequisites.sh25 - name: Build26 working-directory: tests/makefile
6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…9 group: ${{ github.ref }}-${{ github.workflow }} 10 cancel-in-progress: true13 verify-conf-internal:15 runs-on: ubuntu-22.0417 - name: Checkout20 persist-credentials: false21 fetch-depth: 022 - name: Setup Python23 uses: actions/setup-python@v5[all …]
6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…9 group: ${{ github.ref }}-${{ github.workflow }} 10 cancel-in-progress: true13 verify-property-name:15 runs-on: ubuntu-22.0417 - name: Checkout20 persist-credentials: false21 fetch-depth: 022 - name: Generate property names24 working-directory: scripts[all …]
6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…9 group: ${{ github.ref }}-${{ github.workflow }} 10 cancel-in-progress: true13 verify-formatting:15 runs-on: ubuntu-22.0417 - name: Checkout20 persist-credentials: false21 fetch-depth: 022 - name: Checkout astyle28 - name: Install astyle[all …]
7 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…10 group: ${{ github.ref }}-${{ github.workflow }} 11 cancel-in-progress: true14 bom-check:16 runs-on: ubuntu-22.0418 - name: Checkout21 persist-credentials: false22 fetch-depth: 024 - name: UTF-8 BOM26 …-oarlE -m 1 --include="*.c" --include="*.h" --include="*.rst" --include="*.txt" --include="*.mk" -…[all …]
5 - master6 - 'release/*'8 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…11 group: ${{ github.ref }}-${{ github.workflow }} 12 cancel-in-progress: true16 EM_CACHE_FOLDER: 'emsdk-cache'18 build-and-deploy:20 runs-on: ubuntu-22.0421 concurrency: docs-build-and-deploy23 - name: Checkout[all …]
7 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…10 group: ${{ github.ref }}-${{ github.workflow }} 11 cancel-in-progress: true17 runs-on: ubuntu-22.0418 continue-on-error: true23 - uses: ammaraskar/gcc-problem-matcher@master24 - name: Install Dependencies26 …sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe r…27 sudo apt-get update -y -qq28 …sudo apt-get install libsdl2-dev parallel libfreetype-dev librlottie-dev libavformat-dev libavcode…[all …]
6 # All text after a double hash (##) is considered a comment and is placed in16 #---------------------------------------------------------------------------18 #---------------------------------------------------------------------------20 # This tag specifies the encoding used for all characters in the config file21 # that follow. The default is UTF-8 which is also the encoding used for all text25 # The default value is: UTF-8.27 DOXYFILE_ENCODING = UTF-830 # double-quotes, unless you are using Doxywizard) that should identify the31 # project for which the documentation is generated. This name is used in the32 # title of most generated pages and in a few other places.[all …]