This repository was archived by the owner on Jun 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 39
39
- liblumen_compiler
40
40
- liblumen_core
41
41
- liblumen_diagnostics
42
+ - liblumen_eir_interpreter
42
43
- liblumen_syntax
43
44
- lumen
44
45
- lumen_runtime
87
88
- liblumen_compiler
88
89
- liblumen_core
89
90
- liblumen_diagnostics
91
+ - liblumen_eir_interpreter
90
92
- liblumen_syntax
91
93
- lumen
92
94
- lumen_runtime
@@ -136,6 +138,19 @@ jobs:
136
138
- run :
137
139
name : Run all tests
138
140
command : cargo test --all-targets --frozen --package spawn-chain -- --test-threads=1
141
+ x86_64_eir_interpreter :
142
+ docker :
143
+ # `kronicdeth` is temporary until we get a DockerHub organization
144
+ - image : kronicdeth/lumen-development
145
+ environment :
146
+ CARGO_HOME : cargo
147
+ steps :
148
+ - attach_workspace :
149
+ at : .
150
+ - run :
151
+ name : Run EIR Interpreter demos
152
+ working_directory : " liblumen_eir_interpreter"
153
+ command : cargo run -- --ident fib:run/0 fib.erl
139
154
chrome_test :
140
155
docker :
141
156
# `kronicdeth` is temporary until we get a DockerHub organization
@@ -187,6 +202,9 @@ workflows:
187
202
- x86_64_single_threaded_test :
188
203
requires :
189
204
- x86_64_build
205
+ - x86_64_eir_interpreter :
206
+ requires :
207
+ - x86_64_build
190
208
- chrome_test :
191
209
requires :
192
210
- wasm32_build
You can’t perform that action at this time.
0 commit comments