Skip to content

Commit 0a28711

Browse files
committed
Build with ObjectName/StateVar from GitHub.
1 parent d7d9183 commit 0a28711

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,18 @@ before_script:
8080
- ghc --version
8181
- ghc-pkg list
8282
- pushd ..
83+
- git clone --depth=100 --quiet https://github.com/svenpanne/ObjectName.git
84+
- cd ObjectName
85+
- cabal install --enable-documentation
86+
- popd
87+
- ghc-pkg list
88+
- pushd ..
89+
- git clone --depth=100 --quiet https://github.com/haskell-opengl/StateVar.git
90+
- cd StateVar
91+
- cabal install --enable-documentation
92+
- popd
93+
- ghc-pkg list
94+
- pushd ..
8395
- git clone --depth=100 --quiet https://github.com/haskell-opengl/OpenGLRaw.git
8496
- cd OpenGLRaw
8597
- cabal install --enable-documentation

0 commit comments

Comments
 (0)