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

ci: enable again ./fast -clang in .cirrus.yml (it should work now in FreeBSD 13)

This commit is contained in:
Delyan Angelov 2021-08-18 13:10:12 +03:00
parent 9ca99c6f93
commit 7a3fe3ca70
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -11,4 +11,4 @@ task:
##.github/workflows/freebsd_build_tcc.sh
##tcc -v -v
echo 'Build cmd/tools/fast'
cd cmd/tools/fast && ../../../v fast.v ## && ./fast -clang
cd cmd/tools/fast && ../../../v fast.v && ./fast -clang