Skip to content

Commit

Permalink
✨ Add x86_84 linux gcc in deploy deploy_all
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce committed Mar 2, 2024
1 parent 3514366 commit 0161c49
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 11 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/deploy_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@ on:
default: "2.0.14"

jobs:
linux_x86_64_gcc:
uses: ./.github/workflows/deploy.yml
with:
library: ${{ inputs.library }}
repo: ${{ inputs.repo }}
version: ${{ inputs.version }}
conan_version: ${{ inputs.conan_version }}
compiler: gcc
compiler_version: 12.3
compiler_package: ""
arch: x86_64
os: Linux
secrets: inherit
cortex-m0:
uses: ./.github/workflows/deploy.yml
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/library_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,5 @@ jobs:
uses: ./.github/workflows/publish.yml
with:
library: ${{ inputs.library }}
# version: ${{ inputs.version }}
repo: ${{ inputs.repo }}
secrets: inherit
16 changes: 6 additions & 10 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,17 @@ jobs:
run: wget https://raw.githubusercontent.com/libhal/libhal/main/.clang-format -O .clang-format

- name: 🧹 Format Check `src/` directory
uses: DoozyX/clang-format-lint-action@v0.17
uses: jidicula/clang-format-action@v4.11.0
if: always()
with:
source: ${{ inputs.source_dir }}
clang-format-version: "17"
check-path: ${{ inputs.source_dir }}
exclude: "./third_party/*"
extensions: "hpp,cpp"
clangFormatVersion: 17
style: file

- name: 🧹 Format Check `test/` code
uses: DoozyX/clang-format-lint-action@v0.17
uses: jidicula/clang-format-action@v4.11.0
if: always()
with:
source: ./tests/
clang-format-version: "17"
check-path: ./tests/
exclude: "./third_party/*"
extensions: "hpp,cpp"
clangFormatVersion: 17
style: file
7 changes: 7 additions & 0 deletions .github/workflows/self_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ jobs:
compiler_package: arm-gnu-toolchain
secrets: inherit

libhal-util-package:
uses: ./.github/workflows/deploy_all.yml
with:
library: libhal-util
repo: libhal/libhal-util
secrets: inherit

libhal-soft-package:
uses: ./.github/workflows/deploy_all.yml
with:
Expand Down

0 comments on commit 0161c49

Please sign in to comment.