Skip to content

Commit

Permalink
Added "_deps" to Pico build action ignore list, removed unused "syste…
Browse files Browse the repository at this point in the history
…st" files.
  • Loading branch information
samyarsadat committed Aug 25, 2024
1 parent 35cb444 commit eec37c9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 192 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pico-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
source_dir: "Source Code/pico_ws"
output_dir: "build"
output_ext: "*.uf2 *.elf *.elf.map *.hex *.bin *.dis"
output_ignored_dirs: "src/lib"
output_ignored_dirs: "src/lib _deps"
cmake_args: "-DCMAKE_BUILD_TYPE=Release"

- name: Upload Pico Source Code Artifacts
Expand Down
3 changes: 1 addition & 2 deletions Source Code/pico_ws/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@
add_subdirectory(lib)

# Pico firmware
add_subdirectory(pico)
#add_subdirectory(systest)
add_subdirectory(pico)
67 changes: 0 additions & 67 deletions Source Code/pico_ws/src/systest/CMakeLists.txt

This file was deleted.

122 changes: 0 additions & 122 deletions Source Code/pico_ws/src/systest/Pico.c++

This file was deleted.

0 comments on commit eec37c9

Please sign in to comment.