Sha256: 61ae42f3968fc7d864a14bfd769cf6ddc7f898e3163f46a055a56540dc881336
Contents?: true
Size: 445 Bytes
Versions: 2
Compression:
Stored size: 445 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: - mkdir -p $CIRCLE_TEST_REPORTS/minitest/ - cp -r test/reports/*.xml $CIRCLE_TEST_REPORTS/minitest/
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mittsu-0.2.1 | circle.yml |
mittsu-0.2.0 | circle.yml |