forked from vieter-v/vieter
Added way to specify V path in CI
This commit is contained in:
parent
78e343fae2
commit
4084e3c857
2 changed files with 3 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue