Skip to content

Instantly share code, notes, and snippets.

View semipermeable's full-sized avatar

Jay Moorthi semipermeable

View GitHub Profile
build_package_combined_patch() {
local package_name="$1"
{
curl https://gist.github.com/funny-falcon/4136373/raw/0b65118d0e0930c5dc15479722309fac971af902/falcon-gc.diff | patch -p1
autoconf
./configure --prefix="$PREFIX_PATH" $CONFIGURE_OPTS
make -j 8
make install
} >&4 2>&1
:tddium:
:java:
:java_version: java-6-openjdk
:gradle_version: '1.11'
:tests:
- type: junit
output: exit-status
mode: parallel
prefix: 'Demo'
files:
@semipermeable
semipermeable / tddium_post_build.rake
Last active March 17, 2016 02:14 — forked from jensendarren/tddium_post_build.rake
Tddium post-build task to deploy into Heroku and notify New Relic
def cmd(c)
system c
end
namespace :tddium do
desc "post_build_hook"
task :post_build_hook do
# This build hook should only run after CI builds.
#
# There are other cases where we'd want to run something after every build,
@semipermeable
semipermeable / gist:2492544
Created April 25, 2012 19:27 — forked from thommahoney/gist:2491946
RailsConf 2012 Lightning Talks
5 min:
~Objective-C + Rails:
Communicating w/rails from iOS/mac OS
Dan Hassin
1 min:
~Painless Javascript
koting hatduklgg
with wind tunnel