Navigation Menu

Skip to content

Commit

Permalink
windows: use the latest Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 14, 2015
1 parent b12de52 commit 69cdff8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/windows/user-build.sh
@@ -1,10 +1,10 @@
#!/bin/bash -x

readonly RUBY19="1.9.3-p551"
readonly RUBY20="2.0.0-p598"
readonly RUBY21="2.1.5"
readonly RUBY22="2.2.1"
readonly CROSS_TERGET="1.9.3:2.0.0:2.1.5:2.2.1"
readonly RUBY20="2.0.0-p645"
readonly RUBY21="2.1.6"
readonly RUBY22="2.2.2"
readonly CROSS_TERGET="1.9.3:2.0.0:2.1.6:2.2.2"
readonly PKG_GEMS="/vagrant/pkg"
readonly CPU_NUMS=`cat /proc/cpuinfo |grep processor|wc -l`
readonly MAKE_OPTIONS="debugflags="
Expand Down

0 comments on commit 69cdff8

Please sign in to comment.