[commit: ghc] wip/travis: Add travis script (4495d28)

git at git.haskell.org git at git.haskell.org
Fri Jul 11 11:59:30 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/travis
Link       : http://ghc.haskell.org/trac/ghc/changeset/4495d2836af4bb2f2da1d8884a47e7494b331034/ghc

>---------------------------------------------------------------

commit 4495d2836af4bb2f2da1d8884a47e7494b331034
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Jul 11 13:58:46 2014 +0200

    Add travis script
    
    in contrast to ghc-complete, which uses a custom script, let's try to
    use "validate --fast" here, and maybe evolve into a "validate --fastest"
    mode.


>---------------------------------------------------------------

4495d2836af4bb2f2da1d8884a47e7494b331034
 .travis.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..b58f7c7
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+notifications:
+  email:
+    - mail at joachim-breitner.de
+    - ghc-builds at haskell.org
+
+env:
+ - DEBUG_STAGE2=YES
+ - DEBUG_STAGE2=NO
+
+install:
+ - sudo apt-get update
+ - sudo apt-get install haskell-platform autoconf libtool make ncurses-dev g++ dblatex docbook-xsl docbook-utils
+ - cabal update
+ - cabal install happy alex
+script:
+ - PATH=~/.cabal/bin:$PATH ./validate --fast --no-dph



More information about the ghc-commits mailing list