summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-13 21:46:06 (GMT)
committerGitHub <noreply@github.com>2020-12-13 21:46:06 (GMT)
commita8344366a1fa1a636fc3bbcf1a57f6eb5b00a3cb (patch)
tree8775742ad00763ccbaed1cedfb224da4fbdb4436 /.github
parent3a1f3e4c0deb65d37671627892111516b7d5842a (diff)
downloadDoxygen-a8344366a1fa1a636fc3bbcf1a57f6eb5b00a3cb.zip
Doxygen-a8344366a1fa1a636fc3bbcf1a57f6eb5b00a3cb.tar.gz
Doxygen-a8344366a1fa1a636fc3bbcf1a57f6eb5b00a3cb.tar.bz2
Update build_cmake.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml23
1 files changed, 14 insertions, 9 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 75d6755..46b2bd5 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -47,10 +47,10 @@ jobs:
build_gen: "Unix Makefiles"
}
- {
- name: "Windows Latest Debug", artifact: "MacOS.xz",
+ name: "Windows Latest MSVC Debug",
os: windows-latest,
- build_type: "Debug", cc: "clang", cxx: "clang++",
- build_gen: "Unix Makefiles"
+ build_type: "Debug", cc: "cl", cxx: "cl",
+ build_gen: "NMake Makefiles"
}
- {
name: "Windows Latest MSVC Release",
@@ -114,11 +114,6 @@ jobs:
.\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'
-
- name: Install Ghostscript (Linux)
run: sudo apt-get install ghostscript
if: matrix.config.os == 'ubuntu-latest'
@@ -141,11 +136,21 @@ jobs:
run:
choco install winflexbison
if: matrix.config.os == 'windows-latest'
-
+
+ - name: Install Perl (Windows)
+ run:
+ choco install activeperl
+ if: matrix.config.os == 'windows-latest'
+
- name: Setup VS Environment (Windows)
uses: seanmiddleditch/gha-setup-vsdevenv@master
if: matrix.config.os == 'windows-latest'
+ - name: Refresh Env (Windows)
+ run:
+ refreshenv
+ if: matrix.config.os == 'windows-latest'
+
- name: Configure
shell: cmake -P {0}
run: |