Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
[CI/packaging] support focal
Browse files Browse the repository at this point in the history
  • Loading branch information
arntanguy committed Jul 5, 2020
1 parent 05fb444 commit 7f0e3e0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
strategy:
fail-fast: false
matrix:
dist: [bionic]
dist: [bionic, focal]
arch: [amd64]
runs-on: ubuntu-18.04
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Prepare recipe
Expand Down Expand Up @@ -56,9 +56,9 @@ jobs:
max-parallel: 1
fail-fast: false
matrix:
dist: [bionic]
dist: [bionic,focal]
arch: [amd64]
runs-on: ubuntu-18.04
runs-on: ubuntu-18.04
steps:
- name: Download packages
uses: actions/download-artifact@v1
Expand All @@ -70,13 +70,13 @@ jobs:
dist: ${{ matrix.dist }}
arch: ${{ matrix.arch }}
subject: arntanguy
repo: ppa-head
repo: ppa-head
package: |
name: gram-savitzky-golay-dev
desc: "gram_savitzky_golay Savitzky-Golay filtering based on Gram polynomials"
licenses: [BSD 2-Clause]
vcs_url: https://github.com/arntanguy/gram_savitzky_golay
version: 0.9.0
version: 0.9.0
path: packages-${{ matrix.dist }}-${{ matrix.arch }}
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ C++ Implementation of Savitzky-Golay filtering based on Gram polynomials, as des

### From Ubunu packages

```
```sh
# Make sure you have required tools
sudo apt install apt-transport-https lsb-release ca-certificates gnupg
# Add our key
Expand Down
2 changes: 1 addition & 1 deletion debian/libgram-savitzky-golay-dev.install
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ usr/include/*
usr/lib/libgram_savitzky_golay.so
usr/lib/*/pkgconfig/*
usr/lib/cmake/*
usr/share/doc/*
usr/share/doc/gram_savitzky_golay/doxygen-html/*
1 change: 1 addition & 0 deletions debian/libgram-savitzky-golay-dev.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
embedded-javascript-library usr/share/doc/gram_savitzky_golay/doxygen-html/jquery.js

0 comments on commit 7f0e3e0

Please sign in to comment.