1
0
forked from GitHub/gf-rgl

(#4) use --verbose in travis build

build mongolian too

rm --dest flag from haskell build
This commit is contained in:
odanoburu
2018-08-09 17:54:58 +00:00
parent 5dff7e914a
commit 5ce0ad5639

View File

@@ -10,5 +10,5 @@ before_install:
- mkdir rgl
script:
- docker run --mount src="$(pwd)",target=/home,type=bind odanoburu/haskell-gf:3.9 /bin/sh -c "cd /home/; export GF_LIB_PATH=/home/rgl; runghc Make.hs build --langs=-Mon --dest=rgl ;"
- docker run --mount src="$(pwd)",target=/home,type=bind odanoburu/haskell-gf:3.9 /bin/sh -c "cd /home/; export GF_LIB_PATH=/home/rgl; sh Make.sh --dest=rgl ;"
- docker run --mount src="$(pwd)",target=/home,type=bind odanoburu/haskell-gf:3.9 /bin/sh -c "cd /home/; runghc Make.hs build all --verbose ;"
- docker run --mount src="$(pwd)",target=/home,type=bind odanoburu/haskell-gf:3.9 /bin/sh -c "cd /home/; export GF_LIB_PATH=/home/rgl; sh Make.sh --dest=rgl --verbose ;"