parent
c26d82cc1a
commit
6bc44acc70
|
@ -2,7 +2,7 @@ freebsd_instance:
|
||||||
image_family: freebsd-13-0
|
image_family: freebsd-13-0
|
||||||
|
|
||||||
task:
|
task:
|
||||||
install_script: true ## pkg install -y git
|
install_script: pkg install -y git
|
||||||
script: |
|
script: |
|
||||||
echo 'Building V'
|
echo 'Building V'
|
||||||
git clone https://github.com/vlang/v
|
git clone https://github.com/vlang/v
|
||||||
|
|
Loading…
Reference in New Issue