forked from TechDotIO/advanced-elixir-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtechio.yml
More file actions
19 lines (15 loc) · 687 Bytes
/
techio.yml
File metadata and controls
19 lines (15 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
title : Elixir
# Table of content
plan:
- title: Welcome # Set the page title (only displayed if your contribution has several pages)
statement: markdowns/welcome.md # Set the file path to the page content
# - title: Another Page
# statement: markdowns/another-page.md
# Settings for your programming projects and the associated Docker images
projects:
elixir:
root: /elixir-project # Set the root path to your Elixir project
# Set the docker image. This image runs mix tests using this syntax:
# @[Code Editor Title]({"stubs": ["EditorFile1.ex", "EditorFile2.ex", ...], "command": "MyMixFile.exs:10"})
runner: elixir:latest
buildCommand: mix compile