2 lines
84 B
Bash
2 lines
84 B
Bash
|
#!/bin/bash
|
||
|
docker run --rm -v `pwd`:/apps -w /apps danger89/cmake:latest ./build.sh
|