Skip to content

Commit

Permalink
formatter-shfmt checker prototype
Browse files Browse the repository at this point in the history
Signed-off-by: Kworkflow <[email protected]>
  • Loading branch information
Kworkflow committed Jun 13, 2024
1 parent 63d3929 commit e01c11c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@ USER root

RUN apt update -y \
&& apt install -y binutils-dev libssl-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev cmake build-essential python3
# && cmake . \
# && make \
# && make install
#
#COPY /kworkflow/ /tests/
#WORKDIR /tests/

RUN apt install -y shunit2 bc sqlite3 bsdmainutils libxml-xpath-perl
USER kworkflow
# && ls \
# && ./run_tests.sh prepare \
# && mkdir kcov_out/ \
# && git config --global user.email "[email protected]" \
# && git config --global user.name "Kworkflow" \
# && ./run_tests.sh prepare \
# && kcov --include-path=src,kw --exclude-pattern=src/bash_autocomplete.sh,src/help.sh kcov_out/ ./run_tests.sh

0 comments on commit e01c11c

Please sign in to comment.