v/.cirrus.yml

16 lines
371 B
YAML
Raw Normal View History

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