1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

5 Commits

Author SHA1 Message Date
Bogdan Marinescu
788f4e3fd1 New configuration for shell_config
It is now possible to configure each individual command that will be compiled in the shell:

```
shell = { commands = {'ls', 'ver', 'type' } }
```

If not specified, all the available commands will be compiled (which is backwards compatible).

Also, the `advanced_shell`  attribute is gone, replaced with an `advanced` key in the shell
configuration. So write this:

```
shell = { advanced = true }
```

instead of this:

```
advanced_shell = true
```
2018-05-23 11:09:32 +03:00
Bogdan Marinescu
258b755614 Run CI via a Lua script 2018-05-20 23:22:51 +03:00
Bogdan Marinescu
4218e495af Added more boards to CI 2018-05-20 21:30:03 +03:00
Bogdan Marinescu
09a739d7cb Enabled CircleCI build tests
Building only the cross compiler and EK-LM3S8962 for now.
2018-05-19 18:34:27 +03:00
Bogdan Marinescu
251f48fcf9 Adding CircleCI tests 2018-05-19 16:43:54 +03:00