summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.uprofile/folder.json')
-rw-r--r--.uprofile/folder.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/.uprofile/folder.json b/.uprofile/folder.json
new file mode 100644
index 0000000..012649c
--- /dev/null
+++ b/.uprofile/folder.json
@@ -0,0 +1,19 @@
+{"profile": {
+ "description": "This profile is used to test uprofile's capabilities.",
+ "author": "mephx",
+ "version": "0.1",
+ "modules": {
+ "python": {
+ "actions": [
+ "bin 1",
+ "test 1 1"
+ ]
+ },
+ "gcc": {
+ "actions": [
+ "bin 0"
+ ]
+ }
+ }
+}}
+