forked from opal/opal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
35 lines (28 loc) · 765 Bytes
/
appveyor.yml
File metadata and controls
35 lines (28 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
version: '{build}'
skip_tags: true
# AppVeyor automatically skips the build if the commit contains [ci skip] or [skip ci]
#skip_commits:
# message: /\[ci skip\]/
clone_depth: 10
environment:
ruby_version: '25'
branches:
only:
- master
- /.*-stable/
- /.*/ci-check/
install:
- git submodule update --init --recursive
# Take default Ruby out of path
- SET PATH=%PATH:C:\Ruby193\bin;=%
# Add Ruby to path from build matrix
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- node --version
- bundler --version
- bundle
build: off
# TODO: add mspec_chrome and minitest_chrome once Chrome 60 will be released
test_script:
- bundle exec rake rspec mspec_nodejs minitest_nodejs minitest_node_nodejs