8 lines
109 B
Bash
Executable File
8 lines
109 B
Bash
Executable File
#!/usr/bin/env sh
|
|
# CI build (old runner compatibility). Uses Makefile for consistency.
|
|
|
|
set -e
|
|
|
|
make build
|
|
|