mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
enable alpine/musl CI tests
This commit is contained in:
parent
3b7466a13d
commit
7545ea709a
13 changed files with 137 additions and 65 deletions
|
@ -85,6 +85,15 @@ docker run --rm -it vlang:latest
|
|||
v
|
||||
```
|
||||
|
||||
### Docker with Alpine/musl:
|
||||
```bash
|
||||
git clone https://github.com/vlang/v
|
||||
cd v
|
||||
docker build -t vlang --file=Dockerfile.alpine .
|
||||
docker run --rm -it vlang:latest
|
||||
/usr/local/v/v
|
||||
```
|
||||
|
||||
### Testing and running the examples
|
||||
|
||||
Make sure V can compile itself:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue