summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-14 17:35:36 (GMT)
committerGitHub <noreply@github.com>2020-12-14 17:35:36 (GMT)
commitf519414fda15682793834315a7f9c0c4e365cd4a (patch)
tree8885c82e42826fa9ac8b919141b6fa5b377cbfb9 /.github
parent5927aea269d6567c850c6ddc87970779aca5bc32 (diff)
downloadDoxygen-f519414fda15682793834315a7f9c0c4e365cd4a.zip
Doxygen-f519414fda15682793834315a7f9c0c4e365cd4a.tar.gz
Doxygen-f519414fda15682793834315a7f9c0c4e365cd4a.tar.bz2
Update build_cmake.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml23
1 files changed, 8 insertions, 15 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 0bd0556..4a46071 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -68,7 +68,7 @@ jobs:
# if: matrix.config.os == 'windows-latest'
- name: Download MikTex (Windows)
- run:
+ run: |
$wc = New-Object System.Net.WebClient;
$maxAttempts=5;
$attemptCount=0;
@@ -94,25 +94,17 @@ jobs:
if: matrix.config.os == 'ubuntu-latest'
- name: Install LaTeX (MacOS)
- run:
+ run: |
brew install --cask mactex;
echo "/Library/TeX/texbin/" >> $GITHUB_PATH
if: matrix.config.os == 'macos-latest'
- name: Extract MikTex zip (Windows)
- run:
+ 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: Install MikTex packages (Windows)
- run:
- .\miktexsetup.exe --local-package-repository=C:\miktex-repository --package-set=essential --shared install;
- echo "C:\miktex-repository\miktex\bin" >> $GITHUB_PATH
+ .\miktexsetup.exe --local-package-repository=C:\miktex-repository --package-set=essential --shared install
+ echo "C:/Program Files/MiKTeX/miktex/bin/x64/" >> $GITHUB_PATH
if: matrix.config.os == 'windows-latest'
- name: Install Ghostscript (Linux)
@@ -128,7 +120,7 @@ jobs:
if: matrix.config.os == 'macos-latest'
- name: Install bison (MacOS)
- run:
+ run: |
brew install bison;
echo "/usr/local/opt/bison/bin" >> $GITHUB_PATH
if: matrix.config.os == 'macos-latest'
@@ -153,8 +145,9 @@ jobs:
if: matrix.config.os == 'windows-latest'
- name: Check tools
- shell: pwsh
+ shell: bash
run: |
+ ls "C:/Program Files/MiKTeX/";
echo "=== perl ===";
perl --version;
echo "=== python ===";