Skip to content

Commit

Permalink
Github CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
CJLove committed Feb 4, 2024
1 parent 804560b commit 4004cd8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ jobs:
strategy:
matrix:
config:
- { compiler: gcc, version: 5, build_type: Release, cppstd: 11 }
- { compiler: gcc, version: 6, build_type: Release, cppstd: 11 }
- { compiler: gcc, version: 7, build_type: Release, cppstd: 11 }
- { compiler: gcc, version: 8, build_type: Release, cppstd: 11 }
- { compiler: gcc, version: 9, build_type: Release, cppstd: 11 }
- { compiler: gcc, version: 10, build_type: Release, cppstd: 11 }
- { compiler: gcc, version: 4, build_type: Debug, cppstd: 11 }
- { compiler: gcc, version: 5, build_type: Debug, cppstd: 11 }
- { compiler: gcc, version: 6, build_type: Debug, cppstd: 11 }
- { compiler: gcc, version: 7, build_type: Debug, cppstd: 11 }
- { compiler: gcc, version: 8, build_type: Debug, cppstd: 11 }
- { compiler: gcc, version: 9, build_type: Debug, cppstd: 11 }
- { compiler: gcc, version: 10, build_type: Debug, cppstd: 11 }
- { compiler: gcc, version: 11, build_type: Debug, cppstd: 11 }
- { compiler: gcc, version: 12, build_type: Release, cppstd: 11 }

Expand Down

0 comments on commit 4004cd8

Please sign in to comment.