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

ci: install tcc on the freebsd runner too

This commit is contained in:
Delyan Angelov 2021-08-15 09:38:34 +03:00
parent e6d79f2fa7
commit c225bb8465
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -2,11 +2,12 @@ freebsd_instance:
image_family: freebsd-13-0
task:
install_script: pkg install -y git
install_script: pkg install -y git tcc
script: |
echo 'Building V'
git clone https://github.com/vlang/v
cd v
make
tcc --version
echo 'Build cmd/tools/fast'
cd cmd/tools/fast && ../../../v fast.v && ./fast