v/.cirrus.yml

15 lines
338 B
YAML
Raw Normal View History

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