system-agent/scripts/default

10 lines
77 B
Bash
Executable File

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