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

16 lines
81 B
Bash
Raw Permalink Normal View History

2019-11-28 11:46:52 +03:00
#!/bin/sh -l
set -e
pwd
uname -a
make -j4
2019-11-28 11:46:52 +03:00
./v version
2019-11-28 11:46:52 +03:00
du -s .
echo "DONE"