1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/.cirrus.yml
Delyan Angelov 6bc44acc70
Revert "ci: cleanup .cirrus.yml"
This reverts commit c26d82cc1a.
2021-08-15 12:22:36 +03:00

15 lines
333 B
YAML

freebsd_instance:
image_family: freebsd-13-0
task:
install_script: pkg install -y git
script: |
echo 'Building V'
git clone https://github.com/vlang/v
cd v
make
##.github/workflows/freebsd_build_tcc.sh
##tcc -v -v
echo 'Build cmd/tools/fast'
cd cmd/tools/fast && ../../../v fast.v ## && ./fast