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:
parent
e6d79f2fa7
commit
c225bb8465
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user