mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 03:13:11 -06:00
7 lines
58 B
Bash
7 lines
58 B
Bash
#!/bin/bash
|
|
|
|
rm -rf build
|
|
bash ./docker/build.sh
|
|
|
|
gb test
|