forked from pmq20/ruby-packer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
41 lines (23 loc) · 911 Bytes
/
appveyor.yml
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}'
build_script:
- ps: |
$ErrorActionPreference="Stop"
dir C:\projects
Start-FileDownload https://github.com/pmq20/squashfuse/files/691217/sqfs43-win32.zip -FileName C:\projects\sqfs43-win32.zip
Add-Type -AssemblyName System.IO.Compression.FileSystem
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\projects\sqfs43-win32.zip", "C:\projects\usr\bin")
test_script:
- cmd: |
dir C:\
set PATH=C:\Ruby241\bin;C:\projects\usr\bin;%PATH%
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64_x86
where mksquashfs
mksquashfs -version
where ruby
ruby --version
where gem
gem --version
gem install C:\projects\ruby-compiler\ruby\gems\bundler-*.gem --force --local --no-rdoc --no-ri
where bundle
bundle --version
ruby tests\ruby-compiler