mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
Added travis support
This commit is contained in:
parent
7abb6eccc1
commit
65793e2b38
27
.travis.yml
Normal file
27
.travis.yml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
language: php
|
||||||
|
php:
|
||||||
|
- 5.3
|
||||||
|
|
||||||
|
env:
|
||||||
|
- TESTDB=MYSQL
|
||||||
|
- TESTDB=PGSQL
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- ./tests/travis/before_script ~/builds/ss
|
||||||
|
- cd ~/builds/ss
|
||||||
|
|
||||||
|
script:
|
||||||
|
- php framework/cli-script.php dev/tests/module/cms
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- 2.1
|
||||||
|
- 2.2
|
||||||
|
- 2.3
|
||||||
|
- post-2.4
|
||||||
|
- translation-staging
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "irc.freenode.org#silverstripe"
|
10
tests/travis/before_script
Executable file
10
tests/travis/before_script
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
BUILD_DIR=$1
|
||||||
|
git clone --depth=100 --branch 2.4 --quiet git://github.com/silverstripe/silverstripe-installer.git $BUILD_DIR
|
||||||
|
git clone --depth=100 --branch 1.2 --quiet git://github.com/silverstripe-labs/silverstripe-sqlite3.git $BUILD_DIR/sqlite3
|
||||||
|
git clone --depth=100 --branch 1.0 --quiet git://github.com/silverstripe/silverstripe-postgresql.git $BUILD_DIR/postgresql
|
||||||
|
git clone --depth=100 --quiet --branch 2.4 git://github.com/silverstripe/sapphire.git $BUILD_DIR/sapphire
|
||||||
|
cp $BUILD_DIR/sapphire/tests/travis/_ss_environment.php $BUILD_DIR
|
||||||
|
cp $BUILD_DIR/sapphire/tests/travis/_config.php $BUILD_DIR/mysite
|
||||||
|
cp -r . $BUILD_DIR/cms
|
||||||
|
|
||||||
|
cd $BUILD_DIR
|
Loading…
x
Reference in New Issue
Block a user