1
0
mirror of https://github.com/rancher/os.git synced 2025-06-22 13:07:04 +00:00
os/scripts/ci

21 lines
319 B
Plaintext
Raw Normal View History

2016-05-06 17:12:09 +00:00
#!/bin/bash
set -ex
2015-02-09 04:38:37 +00:00
cd $(dirname $0)/..
echo BUILD
./scripts/build
echo TEST
./scripts/test
echo VALIDATE
./scripts/validate
# Drone servers kernel too old, and the integration tests often time out
#echo PREPARE
#./scripts/prepare
#echo PACKAGE
#./scripts/package
#echo INTEGRATION-TEST
#./scripts/integration-test