summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build_cmake.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index b8bc55b..a397437 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -15,6 +15,11 @@ jobs:
os: ubuntu-latest,
build_type: "Release", cc: "gcc", cxx: "g++"
}
+ - {
+ name: "Ubuntu Latest GCC", artifact: "Linux.tar.xz",
+ os: ubuntu-latest,
+ build_type: "Debug", cc: "gcc", cxx: "g++"
+ }
steps:
- uses: actions/checkout@v1