mirror of
https://github.com/ibuildthecloud/klum.git
synced 2026-02-14 14:39:50 +00:00
11 lines
88 B
Bash
Executable File
11 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)
|
|
|
|
./build
|
|
./test
|
|
./validate
|
|
./validate-ci
|
|
./package
|