mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Add appveyor.yml
This commit is contained in:
parent
66caef5a0c
commit
b05d9dbd36
3
Rakefile
3
Rakefile
@ -16,3 +16,6 @@ task :bench do
|
|||||||
end
|
end
|
||||||
|
|
||||||
task :default => :test
|
task :default => :test
|
||||||
|
|
||||||
|
desc 'CI test task'
|
||||||
|
task :ci => :default
|
||||||
|
|||||||
29
appveyor.yml
Normal file
29
appveyor.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
version: '{build}'
|
||||||
|
|
||||||
|
skip_tags: true
|
||||||
|
|
||||||
|
environment:
|
||||||
|
matrix:
|
||||||
|
- ruby_version: "193"
|
||||||
|
- ruby_version: "193-x64"
|
||||||
|
- ruby_version: "200"
|
||||||
|
- ruby_version: "200-x64"
|
||||||
|
- ruby_version: "21"
|
||||||
|
- ruby_version: "21-x64"
|
||||||
|
|
||||||
|
cache:
|
||||||
|
- vendor/bundle
|
||||||
|
|
||||||
|
install:
|
||||||
|
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
|
||||||
|
- ruby --version
|
||||||
|
- gem --version
|
||||||
|
- gem install bundler
|
||||||
|
- bundler --version
|
||||||
|
- bundle platform
|
||||||
|
- bundle install --path=vendor/bundle --retry=3 --jobs=3
|
||||||
|
|
||||||
|
test_script:
|
||||||
|
- bundle exec rake ci
|
||||||
|
|
||||||
|
build: off
|
||||||
Loading…
Reference in New Issue
Block a user