diff --git a/.cirrus.yml b/.cirrus.yml index d546c844..12d3efb6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 diff --git a/Brewfile b/Brewfile index 76ff50e4..e576b031 100644 --- a/Brewfile +++ b/Brewfile @@ -1,3 +1,2 @@ brew "cmake" brew "clang-format" -brew "shellcheck" diff --git a/CMakeLists.txt b/CMakeLists.txt index 67cad13d..8f905782 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,8 +26,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