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