1 | echo "Build Coreutils" |
2 | cd /tmp/coreutils; make |
3 | |
4 | -# - name: Build vlang/gitly |
5 | -# run: | |
6 | -# echo "Install markdown" |
7 | -# v install markdown |
8 | -# echo "Install pcre" |
9 | -# v install pcre |
10 | -# echo "Clone Gitly" |
11 | -# git clone https://github.com/vlang/gitly /tmp/gitly |
12 | -# echo "Build Gitly" |
13 | -# v /tmp/gitly |
14 | -# ## echo "Build Gitly with -autofree" |
15 | + - name: Build vlang/gitly |
16 | + run: | |
17 | + echo "Install markdown" |
18 | + v install markdown |
19 | + echo "Install pcre" |
20 | + v install pcre |
21 | + echo "Clone Gitly" |
22 | + git clone https://github.com/vlang/gitly /tmp/gitly |
23 | + echo "Build Gitly" |
24 | + v /tmp/gitly |
25 | + ## echo "Build Gitly with -autofree" |
26 | # ## v -autofree /tmp/gitly |
27 | -# echo "Compile gitly.css from gitly.scss" |
28 | -# sassc /tmp/gitly/src/static/css/gitly.scss > /tmp/gitly/src/static/css/gitly.css |
29 | + echo "Compile gitly.css from gitly.scss" |
30 | + sassc /tmp/gitly/src/static/css/gitly.scss > /tmp/gitly/src/static/css/gitly.css |
31 | # echo "Run first_run.v" |
32 | # v run /tmp/gitly/tests/first_run.v |
33 | # # /tmp/gitly/gitly -ci_run |
34 | |