Skip to content

Commit

Permalink
Github actions: Added name for build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Jul 18, 2023
1 parent 4f76bfc commit a7581bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Build

on: [push, pull_request]

env:
Expand Down Expand Up @@ -53,12 +55,10 @@ jobs:
fail-fast: false
matrix:
compiler:
- g++-8
- g++-9
- g++-10
- clang++-8
- clang++-9
- clang++-10
- clang++-11
build_type: [ Debug, Release ]

runs-on: ubuntu-20.04
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:

- shell: bash
working-directory: build/
run: cmake $GITHUB_WORKSPACE -G "Visual Studio 16 2019"
run: cmake $GITHUB_WORKSPACE

- working-directory: build/
run: cmake --build . --config ${{ matrix.build_type }}
Expand Down

0 comments on commit a7581bc

Please sign in to comment.