mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-04 08:01:28 +00:00
bca7f8ed61
We do this in a docker environment to make things fast and easy. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
7 lines
89 B
Bash
7 lines
89 B
Bash
#!/bin/bash
|
|
|
|
set -x
|
|
set -e
|
|
|
|
docker exec -t builder subsurface/scripts/build.sh -desktop
|
|
|