1
0
forked from GitHub/gf-core

(#5) specify image version

This commit is contained in:
odanoburu
2018-08-11 22:11:27 -03:00
parent 4038546321
commit 29acef41fc

View File

@@ -10,5 +10,5 @@ before_install:
script:
- |
docker run --mount src="$(pwd)",target=/home/gfer,type=bind odanoburu/gf-src /bin/bash -c "cd /home/gfer/src/runtime/c &&
docker run --mount src="$(pwd)",target=/home/gfer,type=bind odanoburu/gf-src:3.9 /bin/bash -c "cd /home/gfer/src/runtime/c &&
autoreconf -i && ./configure && make ; cd /home/gfer ; cabal install -fserver -fc-runtime --extra-lib-dirs='/usr/local/lib'"