Skip to content

Commit

Permalink
akiru vokosgn.dtd
Browse files Browse the repository at this point in the history
  • Loading branch information
wdiestel committed Nov 30, 2024
1 parent 050d70e commit 02f77c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/push-revo-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,22 @@ jobs:
steps:
- name: Prenu
uses: actions/checkout@v4
- name: Instalu XML-kontrolilon 'rxp'
- name: Instalu ilojn rxp, curl
run: |
sudo apt-get update
sudo apt-get install rxp
sudo apt-get install rxp curl
- name: Akiru vokosgn.dtd
run: |
mkdir dtd
curl -O --output-dir dtd https://raw.githubusercontent.com/revuloj/voko-grundo/refs/heads/master/dtd/vokosgn.dtd
- name: Kurigu test-skripton
run: |
./tst/xml-test.sh
revo-aktualigo:
# Certigu ke testo estis sukcesa antaŭ puŝi la procezujon
needs: testo

runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions tst/xml-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
set -e

echo "Ni testas la sintakson de agordodosieroj. Necesas instalita programo rxp."
echo "Ni ankaŭ bezonas dtd/vokosgn.dtd por la bibliografio!"

echo "cfg/bibliogr.xml"
rxp -Vs cfg/bibliogr.xml
Expand Down

0 comments on commit 02f77c9

Please sign in to comment.