10 lines
170 B
Bash
Executable File
10 lines
170 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -xEeuo pipefail
|
|
|
|
cd "$(git rev-parse --show-toplevel)"
|
|
|
|
ci/build
|
|
ci/build --features defmt
|
|
ci/build --release
|
|
ci/build --features defmt --release
|