Skip to content

Commit

Permalink
[ci] fs-backend build matrix for Linux/Ubuntu
Browse files Browse the repository at this point in the history
Build with and without the filesystem-backend on Linux (Ubuntu).
  • Loading branch information
gicmo committed Sep 2, 2019
1 parent 7ce5538 commit a3e25d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -4,6 +4,9 @@ jobs:
build-ub1804:
name: Build on Ubuntu 18.04
runs-on: ubuntu-18.04
strategy:
matrix:
fs-backend: [ 'FS_BACKEND=ON', 'FS_BACKEND=OFF' ]
steps:
- name: Install dependecies
run: |
Expand Down Expand Up @@ -33,7 +36,7 @@ jobs:
run: |
mkdir build
pushd build
cmake -DBUILD_FS_BACKEND=OFF -DBUILD_COVERAGE=ON ..
cmake -DBUILD_${{ matrix.fs-backend }} -DBUILD_COVERAGE=ON ..
make
make test
popd
Expand Down

0 comments on commit a3e25d5

Please sign in to comment.