kopia lustrzana https://github.com/onthegomap/planetiler
8 wiersze
99 B
Bash
8 wiersze
99 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
set -o errexit
|
||
|
set -o pipefail
|
||
|
set -o nounset
|
||
|
|
||
|
./mvnw -T 1C -Pfast clean test
|