2013-02-07 21:43:07 +02:00
|
|
|
language: ruby
|
2014-11-07 14:03:08 +13:00
|
|
|
|
2019-01-23 14:40:21 +00:00
|
|
|
git:
|
|
|
|
depth: false
|
|
|
|
|
2018-05-24 12:46:41 +10:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2018-05-24 12:48:51 +10:00
|
|
|
- beta
|
|
|
|
- stable
|
2018-05-24 12:46:41 +10:00
|
|
|
|
2014-10-28 15:48:57 -07:00
|
|
|
env:
|
|
|
|
global:
|
2018-06-26 09:48:57 +10:00
|
|
|
- TRAVIS_NODE_VERSION="10"
|
2014-10-28 15:48:57 -07:00
|
|
|
- DISCOURSE_HOSTNAME=www.example.com
|
2018-05-25 14:39:52 +10:00
|
|
|
- RUBY_GLOBAL_METHOD_CACHE_SIZE=131072
|
2014-10-28 15:48:57 -07:00
|
|
|
matrix:
|
2017-08-18 13:23:29 +09:00
|
|
|
- "RAILS_MASTER=0 QUNIT_RUN=0 RUN_LINT=0"
|
|
|
|
- "RAILS_MASTER=0 QUNIT_RUN=1 RUN_LINT=0"
|
|
|
|
- "RAILS_MASTER=0 QUNIT_RUN=0 RUN_LINT=1"
|
2014-10-28 15:48:57 -07:00
|
|
|
|
2015-03-31 12:58:56 -04:00
|
|
|
addons:
|
2017-12-15 10:15:04 +08:00
|
|
|
chrome: stable
|
2019-09-12 02:31:51 +02:00
|
|
|
postgresql: "9.6"
|
2015-08-14 10:52:33 +02:00
|
|
|
apt:
|
2018-05-30 15:01:12 +10:00
|
|
|
update: true
|
2015-08-14 10:52:33 +02:00
|
|
|
packages:
|
|
|
|
- gifsicle
|
|
|
|
- jpegoptim
|
|
|
|
- optipng
|
|
|
|
- jhead
|
2015-03-31 12:58:56 -04:00
|
|
|
|
2014-10-28 15:48:57 -07:00
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
|
|
|
|
2013-02-07 21:43:07 +02:00
|
|
|
rvm:
|
2019-04-29 13:59:34 +08:00
|
|
|
- 2.6.3
|
2014-11-07 14:03:08 +13:00
|
|
|
|
|
|
|
services:
|
|
|
|
- redis-server
|
|
|
|
|
2016-05-23 12:04:44 +10:00
|
|
|
sudo: required
|
2019-09-12 02:31:51 +02:00
|
|
|
dist: xenial
|
2014-11-07 14:03:08 +13:00
|
|
|
|
2015-08-17 01:05:57 +08:00
|
|
|
cache:
|
2017-06-07 10:57:48 +09:00
|
|
|
yarn: true
|
2015-08-17 01:05:57 +08:00
|
|
|
directories:
|
|
|
|
- vendor/bundle
|
2014-11-07 14:03:08 +13:00
|
|
|
|
2014-03-08 01:14:29 -05:00
|
|
|
before_install:
|
2019-01-02 18:09:02 +01:00
|
|
|
- wget -qO- https://raw.githubusercontent.com/discourse/discourse_docker/master/image/base/install-pngquant | sudo sh
|
2018-06-26 17:56:44 +10:00
|
|
|
- nvm install node
|
|
|
|
- node --version
|
2019-01-03 13:46:21 +01:00
|
|
|
- gem install bundler -v 1.17.3
|
2016-08-18 19:15:39 +08:00
|
|
|
- git clone --depth=1 https://github.com/discourse/discourse-backup-uploads-to-s3.git plugins/discourse-backup-uploads-to-s3
|
2016-08-19 16:54:33 +08:00
|
|
|
- git clone --depth=1 https://github.com/discourse/discourse-spoiler-alert.git plugins/discourse-spoiler-alert
|
2016-11-23 14:23:12 +08:00
|
|
|
- git clone --depth=1 https://github.com/discourse/discourse-cakeday.git plugins/discourse-cakeday
|
2016-12-30 14:17:36 +08:00
|
|
|
- git clone --depth=1 https://github.com/discourse/discourse-canned-replies.git plugins/discourse-canned-replies
|
2017-09-04 10:47:25 +08:00
|
|
|
- git clone --depth=1 https://github.com/discourse/discourse-chat-integration.git plugins/discourse-chat-integration
|
2017-12-01 11:20:56 +08:00
|
|
|
- git clone --depth=1 https://github.com/discourse/discourse-assign.git plugins/discourse-assign
|
2017-12-21 15:46:57 +08:00
|
|
|
- git clone --depth=1 https://github.com/discourse/discourse-patreon.git plugins/discourse-patreon
|
2019-07-24 20:04:27 +02:00
|
|
|
- git clone --depth=1 https://github.com/discourse/discourse-user-notes.git plugins/discourse-user-notes
|
2018-06-01 23:42:47 +08:00
|
|
|
- git clone --depth=1 https://github.com/discourse/discourse-group-tracker
|
2017-12-14 12:45:55 +08:00
|
|
|
- export PATH=$HOME/.yarn/bin:$PATH
|
2014-11-07 14:03:08 +13:00
|
|
|
|
2015-04-28 22:42:37 -04:00
|
|
|
install:
|
2019-01-21 11:21:22 +08:00
|
|
|
- bash -c "if [ '$RAILS_MASTER' == '1' ]; then bundle update --retry=3 --jobs=3 arel rails seed-fu; fi"
|
|
|
|
- bash -c "if [ '$RAILS_MASTER' == '0' ]; then bundle install --without development --deployment --retry=3 --jobs=3; fi"
|
|
|
|
- bash -c "if [ '$QUNIT_RUN' == '1' ] || [ '$RUN_LINT' == '1' ]; then yarn install --dev; fi"
|
2019-06-17 16:14:26 +10:00
|
|
|
- bash -c "if [ '$RUN_LINT' != '1' ]; then bundle exec rake db:create && LOAD_PLUGINS=1 bundle exec rake db:migrate; fi"
|
2014-11-07 14:03:08 +13:00
|
|
|
|
2017-05-15 13:25:55 -04:00
|
|
|
script:
|
2017-08-18 13:23:29 +09:00
|
|
|
- |
|
|
|
|
bash -c "
|
|
|
|
if [ '$RUN_LINT' == '1' ]; then
|
2019-07-02 12:29:52 +03:00
|
|
|
npx lefthook run lints
|
2017-08-18 13:23:29 +09:00
|
|
|
else
|
|
|
|
if [ '$QUNIT_RUN' == '1' ]; then
|
2019-03-18 23:55:50 +01:00
|
|
|
bundle exec rake qunit:test['1200000'] && \
|
|
|
|
bundle exec rake qunit:test['1200000','/wizard/qunit'] && \
|
2018-03-09 10:37:00 +08:00
|
|
|
bundle exec rake plugin:qunit
|
2017-08-18 13:23:29 +09:00
|
|
|
else
|
|
|
|
bundle exec rspec && bundle exec rake plugin:spec
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
"
|