Unverified Commit 104ba87b by Dominic Hamon Committed by GitHub

does this work?

parent 020e019f
...@@ -40,13 +40,13 @@ jobs: ...@@ -40,13 +40,13 @@ jobs:
- name: configure cmake - name: configure cmake
env: env:
CXX: ${{ matrix.compiler }} CXX: ${{ matrix.compiler }}
BUILD_32_BITS: ${{ matrix.bits }} == 32 #BUILD_32_BITS: ${{ matrix.bits }} == 32
shell: bash shell: bash
working-directory: ${{ runner.workspace }}/_build working-directory: ${{ runner.workspace }}/_build
run: > run: >
cmake $GITHUB_WORKSPACE cmake $GITHUB_WORKSPACE
-DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON -DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON
-DBENCHMARK_BUILD_32_BITS=${{ env.BUILD_32_BITS }} -DBENCHMARK_BUILD_32_BITS=${{ matrix.bits == 32 }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
- name: build - name: build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment