Skip to content

Commit 16fd371

Browse files
azizkprincemaple
authored andcommitted
Builds: added elixirc and mix compile.
1 parent 68b8904 commit 16fd371

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"cmd": ["elixirc", "$file"],
3+
"selector": "source.elixir",
4+
"windows": {
5+
"working_dir": "$file_path",
6+
"cmd": ["elixirc.bat", "$file_name"]
7+
}
8+
}
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"cmd": ["mix", "compile"],
3+
"working_dir": "${project_path:${folder}}",
4+
"selector": "source.elixir",
5+
"windows": {
6+
"cmd": ["mix.bat", "compile"]
7+
},
8+
"variants": [
9+
{
10+
"name": "Dependencies",
11+
"cmd": ["mix", "deps.compile"],
12+
"windows": {
13+
"cmd": ["mix.bat", "deps.compile"]
14+
}
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)