All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s
8 lines
83 B
Bash
Executable File
8 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
make -B format_kernel
|
|
make -B format_libmsl
|
|
make -B format_apps
|