ui/scripts/ci

11 lines
83 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)
./clean
./bootstrap
./build
./test
./package