mirror of
https://github.com/neilotoole/sq.git
synced 2024-11-28 12:33:44 +03:00
5 lines
139 B
Bash
Executable File
5 lines
139 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
docker build -t sq-build .
|
|
docker run --rm -v "${PWD}":/go/src/github.com/neilotoole/sq sq-build bash -c "make test"
|