ThibG
af3b48ae93
Add CircleCI task to test migrations ( #12815 )
2020-01-11 02:04:57 +01:00
Shlee
c16589673f
Upgrade CircleCI testing to Ruby 2.4-2.7 ( #12800 )
...
* Update config.yml
* Update Gemfile
2020-01-10 05:34:25 +01:00
Shlee
c3e286a526
Circleci - Upgrade to Buster Images ( #12705 )
...
* Update config.yml
* Update Gemfile.lock
2019-12-29 17:00:43 +01:00
Eugen Rochko
a55f075ab6
Add missing locale file for ga and add rake task to check for it ( #11813 )
...
* Add missing locale file for ga and add rake task to check for it
* Update lib/tasks/repo.rake
Co-Authored-By: Yamagishi Kazutoshi <ykzts@desire.sh>
* Fix check-i18n build
2019-09-12 04:58:33 +02:00
Shlee
a439877df6
Pushed CircleCI docker images to more recent V ( #11708 )
2019-08-30 16:59:11 +02:00
Eugen Rochko
50e3134ae4
Fix check-i18n builds ( #11084 )
...
* Fix check-i18n builds
* Remove check for missing plural forms
2019-06-16 19:12:12 +02:00
ThibG
5932f28dd0
Fix CircleCI ( #9695 )
2019-01-02 20:48:22 +01:00
ashleyhull-versent
9d9b81ff42
Replace Ruby 2.3 with 2.6 in CircleCI ( #9652 )
...
* Update config.yml
* Update Gemfile
* dropping ruby 2.3
2.3 EOL date: scheduled for 2019-03-31
* Updating docker containers
* Update Gemfile
2018-12-29 07:23:07 +01:00
Eugen Rochko
057c91a4e2
Update i18n-tasks and change CircleCI command ( #9104 )
...
* Update i18n-tasks and CircleCI command
* Fix #9088
* Update i18n-tasks
* Fix ast
2018-10-28 07:15:20 +01:00
Eugen Rochko
e4892dca28
Add consistent interpolations check to CircleCI ( #9072 )
...
* Add consistent interpolations check to CircleCI
* Fix locale strings using wrong variables
2018-10-25 01:17:01 +02:00
Eugen Rochko
7be9dfa8c6
Fix missing plural keys ( #9084 )
...
* Update i18n-tasks to feature-missing-plural-keys
* Fix pluralizations with missing keys in Arabic
Fix #8554
* Add i18n-tasks missing-plural-keys to CircleCI
2018-10-25 00:09:45 +02:00
takayamaki
17229858c8
fix: Execute PAM authentication tests on CircleCI ( #9029 )
...
and use 'if' option of context block
2018-10-20 17:28:04 +02:00
ThibG
6852af1d03
Use CircleCI workflows for ruby dependencies ( #8228 )
...
* Add “bundle clean” suggestion from CircleCI doc
Cf. https://circleci.com/docs/2.0/caching/#bundler-ruby
* Use workspaces instead of caches for ruby gems
Cache are not guaranteed to be available, while the test jobs *require* their
depencies to run. Workspaces are thus more suitable.
One downside is that the order of workspace layer additions need to be
deterministic, which is why install-ruby{2.3,2.4} now depend on
install-ruby2.5.
2018-08-18 04:05:42 +02:00
ThibG
5c7a7176a3
Use workspace instead of caching for built assets ( #8103 )
...
Tests cannot run without built assets, and we want
exactly the matching assets. This is not a cache.
2018-07-30 22:22:55 +02:00
Renato "Lond" Cerqueira
c0fbe9e3a4
Restore support to ruby 2.3, add ruby 2.3 to circle ci ( #7935 )
...
This replace calls of String#match? with rails Regex#match?
This follows the same idea used to keep Rails 5.2 compatible with Ruby
2.2.2 in https://github.com/rails/rails/pull/32973
2018-07-03 19:47:09 +02:00
Yamagishi Kazutoshi
d31b031214
Add CONTINUOUS_INTEGRATION: true to .circleci/config.yml ( #7447 )
2018-05-11 11:51:07 +02:00
Yamagishi Kazutoshi
e60292c616
Disable simplecov on CircleCI ( #7416 )
...
* Disable simplecov on CircleCI
* Remove --format progress
2018-05-09 16:59:58 +02:00
Yamagishi Kazutoshi
9d64bcdac7
Port travis_retry for CI ( #7379 )
...
* Port travis_retry for CI
* Add license
2018-05-06 10:55:50 +02:00
Yamagishi Kazutoshi
79fe092d0e
Remove unnecessary hyphen from restore_cache key ( #7276 )
2018-04-28 11:20:30 +02:00
Yamagishi Kazutoshi
115bac8af9
Move precompile step to build stage ( #7235 )
2018-04-23 09:16:26 +02:00
Yamagishi Kazutoshi
c461895933
Add parallel test processors ( #7215 )
2018-04-21 21:36:22 +02:00
Yamagishi Kazutoshi
efa4eb4d13
Replace Travis to CircleCI ( #7196 )
2018-04-20 13:46:08 +02:00