Created
June 15, 2012 19:49
-
-
Save alexnask/2938404 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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