Skip to content

Commit

Permalink
Create Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xjia1 authored Nov 29, 2023
1 parent 079b589 commit 1300345
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ubuntu2004/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
all:
docker build -f Dockerfile -t build-in-ubuntu-2204 .
rm -rf output && mkdir -p output
docker run --rm -it -v $$PWD/output:/home/build/output build-in-ubuntu-2204 cp -r podman_image/tmpWorkSpace /home/build/output/
docker build -f ../podman_image/Containerfile.misrac100k4 -t naive.systems/analyzer/misra:dev_en ./output/tmpWorkSpace

0 comments on commit 1300345

Please sign in to comment.