Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 754fc04c28ea
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d2c34de58951
Choose a head ref
  • 5 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 29, 2016

  1. Copy the full SHA
    f5c036e View commit details
  2. Copy the full SHA
    a8d3191 View commit details

Commits on Dec 2, 2016

  1. Copy the full SHA
    bd0eb4f View commit details

Commits on Dec 5, 2016

  1. Copy the full SHA
    2574369 View commit details
  2. Merge pull request #4345 from olleolleolle/patch-1

    AppVeyor: set MAVEN_OPTS=-Xmx3g
    enebo authored Dec 5, 2016
    Copy the full SHA
    d2c34de View commit details
Showing with 4 additions and 1 deletion.
  1. +4 −1 appveyor.yml
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,9 @@ version: '{build}'
build: off

environment:
global:
- MAVEN_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xmn48M -Xmx512M"
- JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xmn48M -Xmx512M"
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
- JAVA_HOME: C:\Program Files (x86)\Java\jdk1.8.0
@@ -13,7 +16,7 @@ install:
- mvn -X -v

cache:
- C:\Users\appveyor\.m2\repository -> pom.xml
- C:\Users\appveyor\.m2\repository -> pom.rb

test_script:
- mvn -Ptest