From 4004cd851e958a495c32136dc94a0f745906f923 Mon Sep 17 00:00:00 2001 From: Chris Love Date: Sun, 4 Feb 2024 14:44:30 -0800 Subject: [PATCH] Github CI update --- .github/workflows/ci.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bff435..0fec9c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }