Skip to content

Instantly share code, notes, and snippets.

@orgads
Created September 7, 2015 09:44
Show Gist options
  • Save orgads/e6ead0b10f823601fcdf to your computer and use it in GitHub Desktop.
Save orgads/e6ead0b10f823601fcdf to your computer and use it in GitHub Desktop.
Product {
Rule {
var someVar = "path"
outputArtifacts: {
return [{fileTags: "cpp", filePath: someVar + "/name.cpp"}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment