Skip to content

Instantly share code, notes, and snippets.

@alexnask
Created June 15, 2012 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save alexnask/2938404 to your computer and use it in GitHub Desktop.
Save alexnask/2938404 to your computer and use it in GitHub Desktop.
; This is a comment. Only when the line starts with it though
; Set the variable "name" to "SampleTest"
; Variable names are case insensitive
Name: SampleTest
Source: foo.ooc
; This is special syntax to set a variable to a block of text
; This way you can have multi-line values
Compilation-stdout-output !>>
Spawning bunnies in snowflake/Makefile
[ OK ]
<<!
Compilation-exit-code: 0
; Rock-flags: -v
; Runtime-flags: foo
Runtime-stdout-output !>>
Done.
<<!
; Currently supported variables: name, source, compilation-stdout-output, compilation-stderr-output, compilation-exit-code, runtim-stdout-output, runtime-stderr-output, runtime-exit-code, rock-flags, runtime-flags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment