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