1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: comment out the -autofree compilation for gitly for now

This commit is contained in:
Delyan Angelov 2022-12-27 20:51:40 +02:00
parent 161595b041
commit afdb09708e
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -86,8 +86,8 @@ jobs:
git clone https://github.com/vlang/gitly /tmp/gitly git clone https://github.com/vlang/gitly /tmp/gitly
echo "Build Gitly" echo "Build Gitly"
v /tmp/gitly v /tmp/gitly
echo "Build Gitly with -autofree" ## echo "Build Gitly with -autofree"
v -autofree /tmp/gitly ## v -autofree /tmp/gitly
echo "Compile gitly.css from gitly.scss" echo "Compile gitly.css from gitly.scss"
sassc /tmp/gitly/src/static/css/gitly.scss > /tmp/gitly/src/static/css/gitly.css sassc /tmp/gitly/src/static/css/gitly.scss > /tmp/gitly/src/static/css/gitly.css
echo "Run first_run.v" echo "Run first_run.v"