Skip to content

Commit

Permalink
#15 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 2, 2023
1 parent 7dd19f8 commit 3ee3b58
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/l3build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
with:
update-all-packages: true
package-file: DEPENDS.txt
packages: scheme-basic xetex ffcode libertine minted fvextra catchfile xstring framed tcolorbox environ pgf l3build docshots tikzfill pdfcol listings listingsutf8 makeindex href-ul pgfopts hypdoc tools
- run: l3build ctan --show-log-on-error --halt-on-error
- uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
Expand Down
7 changes: 3 additions & 4 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ install: |-
sudo gem install texsc:0.6.0
sudo gem install texqc:0.6.0
sudo apt-get -y update
sudo apt-get -y install aspell
sudo apt-get -y install ghostscript inkscape
sudo apt-get -y install inkscape
sudo tlmgr option repository ctan
sudo tlmgr --verify-repo=none update --self
sudo tlmgr --verify-repo=none install l3build tools $(cut -d' ' -f2 DEPENDS.txt | uniq)
sudo tlmgr --verify-repo=none update l3build tools
sudo tlmgr --verify-repo=none install $(cut -d' ' -f2 DEPENDS.txt | uniq)
sudo tlmgr --verify-repo=none update $(cut -d' ' -f2 DEPENDS.txt | uniq)
merge:
script: |-
l3build check
Expand Down
30 changes: 25 additions & 5 deletions DEPENDS.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
hard xkeyval
hard xcolor
hard tcolorbox
soft libertine
hard xcolor
hard xkeyval
soft catchfile
soft debate
soft href-ul
soft docshots
soft docshots
soft environ
soft ffcode
soft framed
soft fvextra
soft geometry
soft href-ul
soft hypdoc
soft l3build
soft libertine
soft listings
soft listingsutf8
soft makeindex
soft microtype
soft geometry
soft minted
soft pdfcol
soft pgf
soft pgfopts
soft scheme-basic
soft tikzfill
soft tools
soft xetex
soft xstring

0 comments on commit 3ee3b58

Please sign in to comment.