This commit is contained in:
Polprzewodnikowy 2021-09-25 19:59:26 +02:00
parent 4a6c86b397
commit 9778ebb9d3
4 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
docker run -it --mount type=bind,src="$(pwd)",target="/workdir" polprzewodnikowy/sc64env:0.9 /bin/bash ./docker/build.sh
docker run --mount type=bind,src="$(pwd)",target="/workdir" polprzewodnikowy/sc64env:0.9 /bin/bash ./docker/build.sh

0
docker/setup_quartus.sh Normal file → Executable file
View File

View File

@ -1,3 +1,3 @@
#!/bin/bash
docker run -it --mount type=bind,src="$(pwd)",target="/workdir" polprzewodnikowy/sc64env:0.9 /bin/bash -c "make clean all"
docker run --mount type=bind,src="$(pwd)",target="/workdir" polprzewodnikowy/sc64env:0.9 /bin/bash -c "make clean all"

View File

@ -1,3 +1,3 @@
#!/bin/bash
docker run -it --mount type=bind,src="$(pwd)",target="/workdir" polprzewodnikowy/sc64env:0.9 /bin/bash -c "make clean all"
docker run --mount type=bind,src="$(pwd)",target="/workdir" polprzewodnikowy/sc64env:0.9 /bin/bash -c "make clean all"