Skip to content

Commit

Permalink
Mejora makefile, se agrega a travis php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
estebandelaf committed Jul 16, 2022
1 parent ec45d63 commit 9054a4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: php

php:
- 7.3
- 7.4

before_script:
- composer install
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ firma:
openssl pkcs12 -export -out tests/firma.p12 -inkey tests/firma.key -in tests/firma.crt -passout pass:test
rm tests/firma.key tests/firma.crt

test: firma
test: composer firma
vendor/bin/phpunit --bootstrap tests/bootstrap.php tests

pdf:
doxygen && cd doc/latex && make pdf

clean:
rm -rf tests/firma.p12 doc/html doc/latex
rm -rf tests/firma.p12 doc/html doc/latex examples/pdf examples/xml

latexbase:
doxygen -w latex doc/doxygen/header.tex doc/doxygen/footer.tex doc/doxygen/doxygen.sty

0 comments on commit 9054a4a

Please sign in to comment.