Added way to specify V path in CI

This commit is contained in:
Jef Roosens 2022-01-27 19:24:35 +01:00
parent 78e343fae2
commit 4084e3c857
Signed by untrusted user: Jef Roosens
GPG key ID: 955C0660072F691F
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,7 @@ WORKDIR /opt/vlang
ENV VVV /opt/vlang
ENV PATH /opt/vlang:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV VFLAGS -cc gcc
ENV V_PATH /opt/vlang/v
RUN ln -s /opt/vlang/v /usr/bin/v && \
apk --no-cache add \