branch: elpa/forth-mode
commit 6fac263222aad810b20d3392d4bc8f32e319ffc4
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>
Automatic build with Wercker.
---
README.md | 2 ++
wercker.yml | 15 +++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/README.md b/README.md
index 3e1179764c..5da4669171 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
[]
(https://travis-ci.org/larsbrinkhoff/forth-mode)
+[]
+(https://app.wercker.com/project/byKey/4462b6415a66ffb9eb177d65fb392058)
[]
(https://melpa.org/#/forth-mode)
diff --git a/wercker.yml b/wercker.yml
new file mode 100644
index 0000000000..f90b76f061
--- /dev/null
+++ b/wercker.yml
@@ -0,0 +1,15 @@
+box: larsbrinkhoff/emacsen
+build:
+ steps:
+ - script:
+ name: install
+ code: apt-get update && apt-get install make
+ - script:
+ name: build23
+ code: make clean && make EMACS=/usr/local/emacs-23.4/bin/emacs
+ - script:
+ name: build24
+ code: make clean && make EMACS=/usr/local/emacs-24.5/bin/emacs
+ - script:
+ name: build25
+ code: make clean && make EMACS=/usr/local/emacs-25.1/bin/emacs