Enable make develop on Ubuntu 20.04 CI as well

This commit is contained in:
ISSOtm
2020-10-03 01:02:32 +02:00
parent 04e7af2675
commit 84de86beb5

View File

@@ -15,6 +15,10 @@ jobs:
cc: gcc cc: gcc
target: develop target: develop
cmakevars: -DDEVELOP=ON cmakevars: -DDEVELOP=ON
- os: ubuntu-20.04
cc: gcc
target: develop
cmakevars: -DDEVELOP=ON
fail-fast: false fail-fast: false
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: