1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00
Files
os/scripts/ci

21 lines
319 B
Plaintext
Raw Normal View History

2016-05-06 10:12:09 -07:00
#!/bin/bash
set -ex
2015-02-08 21:38:37 -07: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