From ff0779a3291a4dc518da2096cc982d2829fb003d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Fri, 25 Jan 2019 10:06:45 +0100 Subject: Add lib/compiler/scripts/smoke 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. --- lib/compiler/scripts/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/compiler/scripts/.gitignore (limited to 'lib/compiler/scripts/.gitignore') diff --git a/lib/compiler/scripts/.gitignore b/lib/compiler/scripts/.gitignore new file mode 100644 index 0000000000..4e4eba766d --- /dev/null +++ b/lib/compiler/scripts/.gitignore @@ -0,0 +1 @@ +/smoke-build -- cgit v1.2.3