Skip to content

Commit

Permalink
ci: bring back gitly
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Sep 18, 2023
1 parent 551a065 commit 77219de
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/v_apps_and_modules_compile_ci.yml
Expand Up @@ -67,20 +67,20 @@ jobs:
echo "Build Coreutils"
cd /tmp/coreutils; make
# - name: Build vlang/gitly
# run: |
# echo "Install markdown"
# v install markdown
# echo "Install pcre"
# v install pcre
# echo "Clone Gitly"
# git clone https://github.com/vlang/gitly /tmp/gitly
# echo "Build Gitly"
# v /tmp/gitly
# ## echo "Build Gitly with -autofree"
- name: Build vlang/gitly
run: |
echo "Install markdown"
v install markdown
echo "Install pcre"
v install pcre
echo "Clone Gitly"
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 "Compile gitly.css from gitly.scss"
# sassc /tmp/gitly/src/static/css/gitly.scss > /tmp/gitly/src/static/css/gitly.css
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"
# v run /tmp/gitly/tests/first_run.v
# # /tmp/gitly/gitly -ci_run
Expand Down

0 comments on commit 77219de

Please sign in to comment.