Skip to content

Commit

Permalink
Change CI build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
oyama committed Jun 13, 2024
1 parent 05bc9c3 commit f0dc42e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
- name: Build
working-directory: ${{github.workspace}}/pico-vfs/build
shell: bash
run: cmake --build . --target tests --config $BUILD_TYPE
run: cmake --build . --target integration --config $BUILD_TYPE
2 changes: 1 addition & 1 deletion .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
mkdir build
cd build
cmake .. -G Ninja -DPICO_SDK_PATH=../../pico-sdk -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPICO_BOARD=pico
cmake --build . --target tests
cmake --build . --target integration

0 comments on commit f0dc42e

Please sign in to comment.