ci: install tcc on the freebsd runner too

pull/11187/head
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
1 changed files with 2 additions and 1 deletions

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