Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler: Update smoke test script | John Högberg | 2022-06-03 | 1 | -1/+1 |
| | |||||
* | compiler: Fix broken dependencies in smoke test, and lock them | John Högberg | 2019-09-27 | 3 | -4/+19 |
| | |||||
* | lib/compiler/scripts/smoke: Compile some cloudi packages | Björn Gustavsson | 2019-03-21 | 1 | -0/+8 |
| | |||||
* | lib/compiler/scripts/smoke: Force a local hex | Björn Gustavsson | 2019-03-18 | 1 | -0/+1 |
| | | | | The script would hang if no local hex had been installed previously. | ||||
* | Add lib/compiler/scripts/smoke | Björn Gustavsson | 2019-01-29 | 3 | -0/+218 |
Add `lib/compiler/scripts/smoke` for smoke testing the compiler (that is, test that the compiler does not crash during compilation). `smoke` first installs Elixir and mix. It then uses `mix` to download a number of `hex` packages and compile them. We don't intend to use `smoke` in our daily builds or Travis, but to run it manually during compiler development. |