Skip to content

Commit

Permalink
Build with ObjectName/StateVar from GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Dec 22, 2015
1 parent d7d9183 commit 0a28711
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Expand Up @@ -80,6 +80,18 @@ before_script:
- ghc --version
- ghc-pkg list
- pushd ..
- git clone --depth=100 --quiet https://github.com/svenpanne/ObjectName.git
- cd ObjectName
- cabal install --enable-documentation
- popd
- ghc-pkg list
- pushd ..
- git clone --depth=100 --quiet https://github.com/haskell-opengl/StateVar.git
- cd StateVar
- cabal install --enable-documentation
- popd
- ghc-pkg list
- pushd ..
- git clone --depth=100 --quiet https://github.com/haskell-opengl/OpenGLRaw.git
- cd OpenGLRaw
- cabal install --enable-documentation
Expand Down

0 comments on commit 0a28711

Please sign in to comment.