File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
v-apps-compile :
13
- runs-on : ubuntu-20.04
13
+ runs-on : ubuntu-latest
14
14
if : >
15
15
github.event_name != 'push'
16
16
|| github.event.ref == 'refs/heads/master'
@@ -73,13 +73,13 @@ jobs:
73
73
echo "Clone Gitly"
74
74
git clone https://github.com/vlang/gitly /tmp/gitly
75
75
echo "Build Gitly"
76
- v /tmp/gitly
76
+ v -cc gcc /tmp/gitly
77
77
## echo "Build Gitly with -autofree"
78
- ## v -autofree /tmp/gitly
78
+ ## v -cc gcc - autofree /tmp/gitly
79
79
echo "Compile gitly.css from gitly.scss"
80
80
sassc /tmp/gitly/src/static/css/gitly.scss > /tmp/gitly/src/static/css/gitly.css
81
81
# echo "Run first_run.v"
82
- # v run /tmp/gitly/tests/first_run.v
82
+ # v -cc gcc run /tmp/gitly/tests/first_run.v
83
83
# # /tmp/gitly/gitly -ci_run
84
84
85
85
- name : Build V Language Server (v-analyzer) v-analyzer/v-analyzer
You can’t perform that action at this time.
0 commit comments