Skip to content

Commit

Permalink
Fix AppVeyor submodule checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball2415 committed Oct 24, 2023
1 parent 3ba43b4 commit 68b251b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
shell: powershell
run: echo "commithash=$(git describe --tags)" >> $env:GITHUB_ENV
- name: Build program
uses: r-lib/actions/setup-pandoc@v1
with:
pandoc-version: '3.1.8'
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsamd64_x86.bat"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-release-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
submodules: "recursive"
fetch-depth: 0
- name: Build program
uses: r-lib/actions/setup-pandoc@v1
with:
pandoc-version: '3.1.8'
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsamd64_x86.bat"
Expand Down
11 changes: 11 additions & 0 deletions Dn_main_appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ configuration:
- ASAN-Release
- ASAN-Debug
shallow_clone: false
cache:
- C:\RLibrary
- C:\Program Files (x86)\Pandoc\
install:
- ps: >-
if (-Not (Test-Path "C:\Program Files (x86)\Pandoc\")) {
cinst pandoc
}
- ps: $env:Path += ";C:\Program Files (x86)\Pandoc\"
- pandoc -v
- git submodule update --init --recursive
build:
project: Dn-FamiTracker.sln
parallel: true
Expand Down

0 comments on commit 68b251b

Please # to comment.