Skip to content

Commit

Permalink
#3070 paper moved
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 10, 2024
1 parent 073a1f8 commit f7b2792
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@ install: |
gem install pdd
gem install texsc:0.6.0
gem install texqc:0.6.0
sudo tlmgr option repository ctan
sudo tlmgr --verify-repo=none update --self
sudo tlmgr --verify-repo=none install $(cut -d' ' -f2 paper/DEPENDS.txt | uniq)
sudo tlmgr --verify-repo=none --no-auto-remove update $(cut -d' ' -f2 paper/DEPENDS.txt | uniq) || echo 'NO UPDATE'
merge:
script: |
mvn clean install -Pqulice --errors -Dstyle.color=never
cd paper; latexmk -pdf
release:
pre: false
script: |-
Expand Down

0 comments on commit f7b2792

Please sign in to comment.