Skip to content

Commit

Permalink
Get rid of Shellcheck (#720)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti authored Feb 9, 2024
1 parent 3793f33 commit 1889aff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ freebsd_instance:

task:
name: JSON BinPack / test (freebsd)
prepare_script: pkg install -y cmake hs-shellcheck
prepare_script: pkg install -y cmake
configure_script: cmake -S . -B ./build -DCMAKE_BUILD_TYPE:STRING=Release -DJSONBINPACK_CLI:BOOL=ON -DJSONBINPACK_TESTS:BOOL=ON -DCMAKE_COMPILE_WARNING_AS_ERROR:BOOL=ON
lint_script: cmake --build ./build --config Release --target shellcheck
build_script: cmake --build ./build --config Release --parallel 2
test_script: cd ./build && ctest --build-config Release --output-on-failure --parallel
1 change: 0 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
brew "cmake"
brew "clang-format"
brew "shellcheck"
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ if(PROJECT_IS_TOP_LEVEL)
test/*.h test/*.cc)
noa_target_clang_tidy(SOURCES
src/*.h src/*.cc)
noa_target_shellcheck(SOURCES
test/*.sh scripts/*.sh)
endif()

# Sources
Expand Down

0 comments on commit 1889aff

Please sign in to comment.