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:
parent
161595b041
commit
afdb09708e
@ -86,8 +86,8 @@ jobs:
|
||||
git clone https://github.com/vlang/gitly /tmp/gitly
|
||||
echo "Build Gitly"
|
||||
v /tmp/gitly
|
||||
echo "Build Gitly with -autofree"
|
||||
v -autofree /tmp/gitly
|
||||
## echo "Build Gitly with -autofree"
|
||||
## v -autofree /tmp/gitly
|
||||
echo "Compile gitly.css from gitly.scss"
|
||||
sassc /tmp/gitly/src/static/css/gitly.scss > /tmp/gitly/src/static/css/gitly.css
|
||||
echo "Run first_run.v"
|
||||
|
Loading…
Reference in New Issue
Block a user