The code powering m.abunchtell.com https://m.abunchtell.com
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

56 wiersze
1.0 KiB

  1. language: ruby
  2. cache:
  3. bundler: true
  4. yarn: true
  5. directories:
  6. - node_modules
  7. dist: trusty
  8. sudo: false
  9. notifications:
  10. email: false
  11. env:
  12. global:
  13. - LOCAL_DOMAIN=cb6e6126.ngrok.io
  14. - LOCAL_HTTPS=true
  15. - RAILS_ENV=test
  16. - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
  17. - PARALLEL_TEST_PROCESSORS=2
  18. - "PATH=$HOME:$PATH"
  19. addons:
  20. postgresql: 9.4
  21. apt:
  22. sources:
  23. - ubuntu-toolchain-r-test
  24. - trusty-media
  25. packages:
  26. - ffmpeg
  27. - g++-6
  28. - libprotobuf-dev
  29. - protobuf-compiler
  30. rvm:
  31. - 2.3.4
  32. - 2.4.1
  33. services:
  34. - redis-server
  35. install:
  36. - nvm install
  37. - npm install -g yarn
  38. - bundle install --path=vendor/bundle --without development production --retry=3 --jobs=16
  39. - yarn install
  40. before_script:
  41. - bundle exec rake parallel:create parallel:load_schema parallel:prepare
  42. - bundle exec rails assets:precompile
  43. - ln -s /usr/bin/x86_64-linux-gnu-g++-6 "$HOME/g++"
  44. script:
  45. - bundle exec parallel_test spec/ --group-by filesize --type rspec
  46. - npm test
  47. - bundle exec i18n-tasks unused