summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Hebbeker <david@hebbeker.info>2020-12-27 09:24:49 (GMT)
committerDavid Hebbeker <david@hebbeker.info>2020-12-27 09:24:49 (GMT)
commitdb749df8dc6686848762eb696a0ec6ca31565e21 (patch)
treeb6e3484d8995938863a487d4eea49d1bb8159b5a
parent8abb5ab5f1c890099120f19bfb183e95dc611221 (diff)
downloadDoxygen-db749df8dc6686848762eb696a0ec6ca31565e21.zip
Doxygen-db749df8dc6686848762eb696a0ec6ca31565e21.tar.gz
Doxygen-db749df8dc6686848762eb696a0ec6ca31565e21.tar.bz2
Add action to archive build artifacts.
-rw-r--r--.github/workflows/build_cmake.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 3d1f7f3..ecfde1c 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -283,6 +283,12 @@ jobs:
message(FATAL_ERROR "Build failed")
endif()
+ - name: Archive build artifacts
+ uses: actions/upload-artifact@v2
+ with:
+ name: "${{ matrix.config.name }} build artifacts"
+ path: bin
+
- name: Run tests (Linux / MacOS)
shell: cmake -P {0}
run: |