File tree 2 files changed +16
-2
lines changed 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 13
13
- /^release\/.*$/
14
14
15
15
jobs :
16
+ Docs :
17
+ runs-on : ubuntu-20.04
18
+ container : texlive/texlive:latest-medium
19
+ steps :
20
+ - uses : actions/checkout@v2
21
+ - name : generate PDF
22
+ run : |
23
+ make docs
24
+ cp doc/crypt.pdf crypt-${{ github.run_id }}.pdf
25
+ - name : upload PDF
26
+ uses : actions/upload-artifact@v3
27
+ with :
28
+ name : crypt-${{ github.run_id }}.pdf
29
+ path : crypt-${{ github.run_id }}.pdf
16
30
Build :
17
31
runs-on : ${{ matrix.os }}
18
32
strategy :
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ or from the page https://github.com/libtom/libtomcrypt/releases .
8
8
9
9
### Travis CI
10
10
11
- master: [ ![ Build Status] ( https://api.travis-ci.org /libtom/libtomcrypt.png ?branch=master )] ( https://travis-ci.org /libtom/libtomcrypt ) [ ![ Coverage Status] ( https://coveralls.io/repos/libtom/libtomcrypt/badge.png?branch=master )] ( https://coveralls.io/r/libtom/libtomcrypt )
11
+ master: [ ![ Build Status] ( https://github.com /libtom/libtomcrypt/actions/workflows/main.yml/badge.svg ?branch=master )] ( https://github.com /libtom/libtomcrypt/actions/workflows/main.yml?query=branch%3Amaster+++ ) [ ![ Coverage Status] ( https://coveralls.io/repos/libtom/libtomcrypt/badge.png?branch=master )] ( https://coveralls.io/r/libtom/libtomcrypt )
12
12
13
- develop: [ ![ Build Status] ( https://api.travis-ci.org /libtom/libtomcrypt.png ?branch=develop )] ( https://travis-ci.org /libtom/libtomcrypt ) [ ![ Coverage Status] ( https://coveralls.io/repos/libtom/libtomcrypt/badge.png?branch=develop )] ( https://coveralls.io/r/libtom/libtomcrypt )
13
+ develop: [ ![ Build Status] ( https://github.com /libtom/libtomcrypt/actions/workflows/main.yml/badge.svg ?branch=develop )] ( https://github.com /libtom/libtomcrypt/actions/workflows/main.yml?query=branch%3Adevelop+++ ) [ ![ Coverage Status] ( https://coveralls.io/repos/libtom/libtomcrypt/badge.png?branch=develop )] ( https://coveralls.io/r/libtom/libtomcrypt )
14
14
15
15
### AppVeyor
16
16
You can’t perform that action at this time.
0 commit comments