mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
ci: install tcc on the freebsd runner too
This commit is contained in:
parent
e6d79f2fa7
commit
c225bb8465
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue