Skip to content

Commit 79a4469

Browse files
committed
Travis support
1 parent d94ccc2 commit 79a4469

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: haskell
2+
before_install:
3+
- sudo apt-get update -qq
4+
- sudo apt-get --no-install-recommends install darcs libgtksourceview-3.0-dev
5+
- mkdir vendor
6+
- cd vendor
7+
- darcs get --lazy http://patch-tag.com/r/hamish/gtk2hs
8+
- cabal install ./gtk2hs/tools
9+
- cd ..
10+
install:
11+
- cabal install cabal-meta cabal-src
12+
- cabal-meta install -fgtk3 --force-reinstalls
13+
notifications:
14+
irc:
15+
channels: "irc.freenode.net#leksah"
16+
email: true

sources.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
darcs:http://patch-tag.com/r/hamish/gtk2hs
2+
https://github.com/leksah/haskellVCSWrapper.git
13
./vcsgui

0 commit comments

Comments
 (0)