summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-12 18:24:01 (GMT)
committerGitHub <noreply@github.com>2020-12-12 18:24:01 (GMT)
commit6aaad9738956594244321eda91aa363168139099 (patch)
tree46766d5e003d504ad3af5412f1da27ad03787d35 /.github
parent1dee1116a4e38be3867913d04fbed0c346db1c65 (diff)
downloadDoxygen-6aaad9738956594244321eda91aa363168139099.zip
Doxygen-6aaad9738956594244321eda91aa363168139099.tar.gz
Doxygen-6aaad9738956594244321eda91aa363168139099.tar.bz2
Update build_cmake.yml
Diffstat (limited to '.github')
-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