Skip to content

Commit

Permalink
Add missing steps to windows benchmark phase
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Jan 24, 2021
1 parent 66c8951 commit a637422
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/[email protected]

- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build

- name: Configure CMake
shell: bash
working-directory: ${{runner.workspace}}/build
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=ON

- name: Build
working-directory: ${{runner.workspace}}/build
shell: bash
Expand Down

0 comments on commit a637422

Please sign in to comment.