Skip to content

Commit

Permalink
Merge pull request #33 from HexDecimal/verify-generated
Browse files Browse the repository at this point in the history
Verify generated source files
  • Loading branch information
rmtew authored Aug 22, 2024
2 parents a2925f9 + 40c235d commit 490994c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{matrix.configuration}} /p:Platform=${{matrix.platform}} ${{env.SOLUTION_FILE_PATH}}

- name: Verify generated files
run: git diff --exit-code src/tokens.cpp src/yygram.cpp inc/yygram.h

- name: Copy binaries to project root
shell: bash
run: cp -v build/*/*/exe_libtcod/Incursion.exe dependencies/libtcod-*/libtcod.dll dependencies/libtcod-*/SDL2.dll .
Expand Down

0 comments on commit 490994c

Please sign in to comment.