File: appveyor.yml

package info (click to toggle)
ruby-ed25519 1.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 688 kB
  • sloc: ansic: 3,789; java: 3,112; ruby: 102; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
branches:
  only:
    - master

environment:
  PATH: C:\Ruby%RUBY_VERSION%\DevKit\mingw\bin;C:\Ruby%RUBY_VERSION%\bin;C:\Ruby%RUBY_VERSION%\DevKit\bin;%PATH%
  matrix:
  - RUBY_VERSION: "21-x64"
  - RUBY_VERSION: "22-x64"
  - RUBY_VERSION: "23-x64"
  - RUBY_VERSION: "24-x64"

build: off

test_script:
  - SET RAKEOPT=-rdevkit
  - ruby -v
  - gem -v
  - bundle -v
  - bundle
  - bundle exec rake compile spec