forked from lolcommits/lolcommits
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
41 lines (33 loc) · 764 Bytes
/
appveyor.yml
File metadata and controls
41 lines (33 loc) · 764 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
36
37
38
39
40
41
version: "{build}"
os: Windows Server 2012
platform:
- x64
environment:
matrix:
- ruby_version: "193"
- ruby_version: "200"
- ruby_version: "21"
- ruby_version: "22"
clone_folder: c:\projects\lolcommits
clone_depth: 10
skip_tags: true
branches:
except:
- gh-pages
init:
# stub mplayer/ffmpeg so it looks like they are installed
- mkdir c:\bin
- fsutil file createnew c:\bin\mplayer 1
- fsutil file createnew c:\bin\ffmpeg 1
- setx path "%path%;c:\bin"
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- gem install bundler --quiet --no-ri --no-rdoc
- bundler --version
- choco install imagemagick.app -y
build_script:
- bundle install
test_script:
- bundle exec rake