Skip to content

Commit

Permalink
add scripts directory (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal committed Jul 19, 2023
1 parent bb2bbe0 commit 2829fc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ COPY src/ faker-cxx/src/
COPY externals/ faker-cxx/externals/
COPY cmake/ faker-cxx/cmake/
COPY CMakeLists.txt faker-cxx/CMakeLists.txt
COPY run_linux_gxx_tests.sh faker-cxx/run_linux_gxx_tests.sh
COPY scripts/ faker-cxx/scripts/

RUN chmod 777 ./faker-cxx/run_linux_gxx_tests.sh
RUN chmod 777 ./faker-cxx/scripts/run_tests_linux_gxx.sh

ENTRYPOINT cd faker-cxx && ./run_linux_gxx_tests.sh
ENTRYPOINT cd faker-cxx && ./scripts/run_tests_linux_gxx.sh
File renamed without changes.

0 comments on commit 2829fc2

Please sign in to comment.