Sha256: e2435ddd55a2ddc5c798aa7012e13d5dc0c194eb22543d689494e00976015f47

Contents?: true

Size: 939 Bytes

Versions: 24

Compression:

Stored size: 939 Bytes

Contents

version: "{branch} {build}"

build:
  verbosity: detailed

install:
 - ps: $zipPath = "$($env:USERPROFILE)\Handle.zip"
 - ps: (New-Object Net.WebClient).DownloadFile('https://download.sysinternals.com/files/Handle.zip', $zipPath)
 - ps: 7z x $zipPath -y -o"$env:APPVEYOR_BUILD_FOLDER" | Out-Null

# To avoid call-selfrun.bat FileNotFound exception, it installs and uses handle.exe as workaround provided by AppVeyor support.
# see http://help.appveyor.com/discussions/problems/5975-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process
build_script:
  - handle.exe -a -u C:\projects\embulk\embulk-cli\build\classes\test\org\embulk\cli\call-selfrun.bat -nobanner
  - gradlew.bat --info --no-daemon check rubyTest

cache:
  - C:\Users\appveyor\.gradle

environment:
  matrix:
  - JAVA_HOME: C:\Program Files\Java\jdk1.8.0
  # - JAVA_HOME: C:\Program Files (x86)\Java\jdk1.8.0

test: off

matrix:
  fast_finish: true

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
embulk-0.8.17 appveyor.yml
embulk-0.8.17-java appveyor.yml
embulk-0.8.16 appveyor.yml
embulk-0.8.16-java appveyor.yml