summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-13 11:06:51 (GMT)
committerGitHub <noreply@github.com>2020-12-13 11:06:51 (GMT)
commit510a6e7f00e946b08d13ad03c92f01201a1bc107 (patch)
tree894d487d805579d99ec6bc3d0c6a351bb0551df8 /.github
parentcd71c9cdd4e941523a123adfae5ea4f77c5232e9 (diff)
downloadDoxygen-510a6e7f00e946b08d13ad03c92f01201a1bc107.zip
Doxygen-510a6e7f00e946b08d13ad03c92f01201a1bc107.tar.gz
Doxygen-510a6e7f00e946b08d13ad03c92f01201a1bc107.tar.bz2
Update build_cmake.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml16
1 files changed, 14 insertions, 2 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index c7912e1..38b6fee 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -77,11 +77,23 @@ jobs:
echo "/Library/TeX/texbin/" >> $GITHUB_PATH
if: matrix.config.os == 'macos-latest'
- - name: Install LaTeX (Windows)
+ - name: Extract MikTex zip (Windows)
run:
7z e miktexsetup-x64.zip
+ if: matrix.config.os == 'windows-latest'
+
+ - name: Download MikTex packages (Windows)
+ run:
miktexsetup.exe --local-package-repository=C:\miktex-repository --package-set=essential download
+ if: matrix.config.os == 'windows-latest'
+
+ - name: Download MikTex packages (Windows)
+ run:
miktexsetup.exe --local-package-repository=C:\miktex-repository --package-set=essential --shared install
+ if: matrix.config.os == 'windows-latest'
+
+ - name: Refresh Env (Windows)
+ run:
refreshenv
if: matrix.config.os == 'windows-latest'
@@ -155,7 +167,7 @@ jobs:
ProcessorCount(N)
set(ENV{CTEST_OUTPUT_ON_FAILURE} "ON")
- set(ENV{TEST_FLAGS} "--xml --xmlxsd --xhtml --docbook --rtf")
+# set(ENV{TEST_FLAGS} "--xml --xmlxsd --xhtml --docbook --rtf")
execute_process(
COMMAND cmake --build build --target tests