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
|
image_family: freebsd-13-0
|
||||||
|
|
||||||
task:
|
task:
|
||||||
install_script: pkg install -y git
|
install_script: pkg install -y git tcc
|
||||||
script: |
|
script: |
|
||||||
echo 'Building V'
|
echo 'Building V'
|
||||||
git clone https://github.com/vlang/v
|
git clone https://github.com/vlang/v
|
||||||
cd v
|
cd v
|
||||||
make
|
make
|
||||||
|
tcc --version
|
||||||
echo 'Build cmd/tools/fast'
|
echo 'Build cmd/tools/fast'
|
||||||
cd cmd/tools/fast && ../../../v fast.v && ./fast
|
cd cmd/tools/fast && ../../../v fast.v && ./fast
|
||||||
|
Loading…
Reference in New Issue
Block a user