Home
last modified time | relevance | path

Searched +full:cancel +full:- +full:in +full:- +full:progress (Results 1 – 14 of 14) sorted by relevance

/lvgl-latest/.github/workflows/
Dverify_kconfig.yml6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
9 group: ${{ github.ref }}-${{ github.workflow }}
10 cancel-in-progress: true
13 verify-kconfig:
15 runs-on: ubuntu-22.04
17 - name: Checkout
20 persist-credentials: false
21 fetch-depth: 0
22 - name: Setup Python
23 uses: actions/setup-python@v5
[all …]
Dccpp.yml9 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
12 group: ${{ github.ref }}-${{ github.workflow }}
13 cancel-in-progress: true
18 runs-on: ubuntu-22.04
22 # See BUILD_OPTIONS in tests/CMakeLists.txt.
30 - uses: actions/checkout@v4
31 - uses: ammaraskar/gcc-problem-matcher@master
32 - name: Install prerequisites
33 run: scripts/install-prerequisites.sh
34 - name: Building ${{ matrix.build_option }}
[all …]
Dgen_json.yml6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
9 group: ${{ github.ref }}-${{ github.workflow }}
10 cancel-in-progress: true
15 runs-on: ubuntu-22.04
18 - uses: actions/checkout@v4
20 - name: Setup Python
21 uses: actions/setup-python@v5
23 python-version: '3.10'
25 - name: Install Doxygen and Latex dependencies
27 sudo apt-get update
[all …]
Drelease_branch_updater.yml6 - 'release/v*' # on release branches
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: true
16 run-release-branch-updater:
18 runs-on: ubuntu-24.04
21 - name: Checkout LVGL
25 fetch-depth: 0 # fetch all
27 - name: set git credentials
29 git config user.name 'lvgl-bot'
[all …]
Darduino.yml8 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
11 group: ${{ github.ref }}-${{ github.workflow }}
12 cancel-in-progress: true
17 runs-on: ubuntu-22.04
19 - uses: actions/checkout@v4
20 - uses: arduino/arduino-lint-action@v2
22 library-manager: update
Dmakefile_uefi.yml9 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
12 group: ${{ github.ref }}-${{ github.workflow }}
13 cancel-in-progress: true
18 runs-on: ubuntu-22.04
21 - uses: actions/checkout@v4
22 - uses: ammaraskar/gcc-problem-matcher@master
23 - name: Install prerequisites
24 run: scripts/install-prerequisites.sh
25 - name: Install clang
26 run: sudo apt-get install clang lld
[all …]
Dmakefile.yml9 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
12 group: ${{ github.ref }}-${{ github.workflow }}
13 cancel-in-progress: true
18 runs-on: ubuntu-22.04
21 - uses: actions/checkout@v4
22 - uses: ammaraskar/gcc-problem-matcher@master
23 - name: Install prerequisites
24 run: scripts/install-prerequisites.sh
25 - name: Build
26 working-directory: tests/makefile
Dcheck_conf.yml6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
9 group: ${{ github.ref }}-${{ github.workflow }}
10 cancel-in-progress: true
13 verify-conf-internal:
15 runs-on: ubuntu-22.04
17 - name: Checkout
20 persist-credentials: false
21 fetch-depth: 0
22 - name: Setup Python
23 uses: actions/setup-python@v5
[all …]
Dcheck_properties.yml6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
9 group: ${{ github.ref }}-${{ github.workflow }}
10 cancel-in-progress: true
13 verify-property-name:
15 runs-on: ubuntu-22.04
17 - name: Checkout
20 persist-credentials: false
21 fetch-depth: 0
22 - name: Generate property names
24 working-directory: scripts
[all …]
Dcheck_style.yml6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
9 group: ${{ github.ref }}-${{ github.workflow }}
10 cancel-in-progress: true
13 verify-formatting:
15 runs-on: ubuntu-22.04
17 - name: Checkout
20 persist-credentials: false
21 fetch-depth: 0
22 - name: Checkout astyle
28 - name: Install astyle
[all …]
Dcheck_bom.yml7 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
10 group: ${{ github.ref }}-${{ github.workflow }}
11 cancel-in-progress: true
14 bom-check:
16 runs-on: ubuntu-22.04
18 - name: Checkout
21 persist-credentials: false
22 fetch-depth: 0
24 - name: UTF-8 BOM
26-oarlE -m 1 --include="*.c" --include="*.h" --include="*.rst" --include="*.txt" --include="*.mk" -…
[all …]
Dcompile_docs.yml5 - master
6 - '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: true
16 EM_CACHE_FOLDER: 'emsdk-cache'
18 build-and-deploy:
20 runs-on: ubuntu-22.04
21 concurrency: docs-build-and-deploy
23 - name: Checkout
[all …]
Dbuild_micropython.yml7 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
10 group: ${{ github.ref }}-${{ github.workflow }}
11 cancel-in-progress: true
17 runs-on: ubuntu-22.04
18 continue-on-error: true
23 - uses: ammaraskar/gcc-problem-matcher@master
24 - name: Install Dependencies
26 …sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe r…
27 sudo apt-get update -y -qq
28 …sudo apt-get install libsdl2-dev parallel libfreetype-dev librlottie-dev libavformat-dev libavcode…
[all …]
/lvgl-latest/docs/
DDoxyfile6 # All text after a double hash (##) is considered a comment and is placed in
16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
31 # project for which the documentation is generated. This name is used in the
32 # title of most generated pages and in a few other places.
[all …]