ci: cleanup .cirrus.yml

pull/11187/head
Delyan Angelov 2021-08-15 12:03:09 +03:00
parent e0451c5b33
commit 344f13d6de
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@ freebsd_instance:
image_family: freebsd-13-0 image_family: freebsd-13-0
task: task:
install_script: pkg install -y git gmake bash 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
cd v cd v
make make
.github/workflows/freebsd_build_tcc.sh ##.github/workflows/freebsd_build_tcc.sh
##tcc -v -v ##tcc -v -v
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