ci: fix .cirrus.yml (tab => spaces)
parent
e3bd793f43
commit
15eff279f4
|
@ -8,7 +8,7 @@ task:
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue