Skip to content

Commit

Permalink
Merge branch 'main' into fix_invalid_path
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbartell authored Jan 30, 2024
2 parents 6c68484 + bfb0357 commit 21c933c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: |
sudo apt install build-essential cmake ninja-build
- name: Build checks (Default configuration)
run: |
cmake -S . -B build -DFREERTOS_PLUS_FAT_TEST_CONFIGURATION=DEFAULT_CONF
cmake -E env CFLAGS="-DffconfigFAT12_SUPPORT=1" \
cmake -S . -B build -DFREERTOS_PLUS_FAT_TEST_CONFIGURATION=DEFAULT_CONF -GNinja
cmake --build build --target freertos_plus_fat_build_test
# complexity:
Expand Down

0 comments on commit 21c933c

Please sign in to comment.