mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +00:00
5 lines
148 B
Bash
5 lines
148 B
Bash
#!/bin/bash
|
|
|
|
echo "Mounting $(pwd)/io in ubuntu and running unit tests"
|
|
docker run --rm -i -v $(pwd):/io ubuntu sh -c '/io/release-build/xahaud -u'
|