Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fix8mt/conjure_enum
Browse files Browse the repository at this point in the history
  • Loading branch information
dakka committed Mar 30, 2024
2 parents c392cf7 + 50cb248 commit c2e4c70
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,22 @@ on:
- '**/*.yml'
pull_request:
branches: [ "master" ]
workflow_dispatch:

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
CC: gcc-13
CXX: g++-13

strategy:
matrix:
include:
- cpp_compiler: g++-latest
c_compiler: gcc-latest
- cpp_compiler: clang++-latest
c_compiler: clang-latest

#CC: gcc-latest
#CXX: g++-latest

jobs:
linux:
Expand Down

0 comments on commit c2e4c70

Please sign in to comment.