1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/.cirrus.yml

15 lines
341 B
YAML
Raw Normal View History

2021-08-15 08:18:59 +03:00
freebsd_instance:
image_family: freebsd-13-0
task:
2021-08-15 12:20:43 +03:00
install_script: true ## pkg install -y git
2021-08-15 09:27:17 +03:00
script: |
echo 'Building V'
git clone https://github.com/vlang/v
cd v
make
2021-08-15 12:03:09 +03:00
##.github/workflows/freebsd_build_tcc.sh
##tcc -v -v
2021-08-15 09:27:17 +03:00
echo 'Build cmd/tools/fast'
cd cmd/tools/fast && ../../../v fast.v ## && ./fast