summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-28 09:31:41 (GMT)
committerGitHub <noreply@github.com>2020-12-28 09:31:41 (GMT)
commitaf6bf4883affe57d3be48e4b4538eb3c47decfad (patch)
tree425f2c123944ae94e572f8e1d261b252679e0986
parent3a85975d792ac667f3e0cca7eb8c96342a788432 (diff)
parenta464877f67dcbb57e05c003610dd5e27412b138c (diff)
downloadDoxygen-af6bf4883affe57d3be48e4b4538eb3c47decfad.zip
Doxygen-af6bf4883affe57d3be48e4b4538eb3c47decfad.tar.gz
Doxygen-af6bf4883affe57d3be48e4b4538eb3c47decfad.tar.bz2
Merge pull request #8279 from dhebbeker/feature/archive-build-artifacts
archive build artefacts in GitHub Actions
-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..b697cad 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: build/bin/
+
- name: Run tests (Linux / MacOS)
shell: cmake -P {0}
run: |