Merge pull request #500 from gummif/gfa/actions2

Fix actions
This commit is contained in:
Gudmundur Adalsteinsson 2021-07-06 17:20:35 +00:00 committed by GitHub
commit 784ce47316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,15 +7,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cppstd: [03, 11, 20]
cppstd: ["98", "11", "20"]
buildtype: ["cmake"]
drafts: ["ON"]
libzmq: ["4.3.4"]
include:
- cppstd: 11
buildtype: "pkgconfig"
drafts: "ON"
libzmq: "4.2.0"
drafts: "OFF"
libzmq: "4.3.4"
- cppstd: 20
buildtype: "cmake"
drafts: "OFF"
@ -33,7 +33,8 @@ jobs:
env:
CC: gcc-10
CXX: g++-10
CMAKE_CPP_STD: DCMAKE_CXX_STANDARD=${{ matrix.cppstd }}
CMAKE_CPP_STD: -DCMAKE_CXX_STANDARD=${{ matrix.cppstd }}
BUILD_TYPE: ${{ matrix.buildtype }}
ENABLE_DRAFTS: ${{ matrix.drafts }}
ZMQ_VERSION: ${{ matrix.libzmq }}
VERBOSE: 1