1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/.github/workflows/alpine.build.sh
2019-12-22 00:09:33 +03:00

16 lines
83 B
Bash
Executable File

#!/bin/sh -l
set -e
pwd
uname -a
make -j4
./v --version
du -s .
echo "DONE"