Matthias Volk
4 years ago
No known key found for this signature in database
GPG Key ID: 83A57678F739FCD3
1 changed files with
2 additions and
2 deletions
-
.github/workflows/buildtest.yml
|
@ -30,7 +30,7 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
strategy: |
|
|
strategy: |
|
|
matrix: |
|
|
matrix: |
|
|
distro: ["ubuntu-18.04", "debian-10", "debian-9"] |
|
|
|
|
|
|
|
|
distro: ["ubuntu-18.04", "debian-10", "debian-9", "ubuntu-20.04"] |
|
|
debugOrRelease: ["debug", "release"] |
|
|
debugOrRelease: ["debug", "release"] |
|
|
steps: |
|
|
steps: |
|
|
- name: Setup cmake arguments |
|
|
- name: Setup cmake arguments |
|
@ -66,7 +66,7 @@ jobs: |
|
|
deploy: |
|
|
deploy: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
env: |
|
|
env: |
|
|
DISTRO: "ubuntu-20.04" |
|
|
|
|
|
|
|
|
DISTRO: "ubuntu-20.10" |
|
|
strategy: |
|
|
strategy: |
|
|
matrix: |
|
|
matrix: |
|
|
debugOrRelease: ["debug", "release"] |
|
|
debugOrRelease: ["debug", "release"] |
|
|