Sha256: 17fba8b3880d2578e1bdac9422bf94ad72fe648e11aa1c6939c6d64dbb85dc64

Contents?: true

Size: 489 Bytes

Versions: 1

Compression:

Stored size: 489 Bytes

Contents

## Customize the test machine
machine:
  xcode:
    version: 8.2

  environment:
    MITTSU_LIBGLFW_PATH: /usr/local/lib
    MITTSU_LIBGLFW_FILE: libglfw.dylib
    MINITEST_REPORTER: JUnit

  # Version of ruby to use
  ruby:
    version:
      2.0.0

## Customize dependencies
dependencies:
  pre:
    - brew install glfw

test:
  post:
    - bundle exec codeclimate-test-reporter
    - mkdir -p $CIRCLE_TEST_REPORTS/minitest/
    - cp -r test/reports/*.xml $CIRCLE_TEST_REPORTS/minitest/

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mittsu-0.2.2 circle.yml