Skip to content

Commit

Permalink
Add relative path compiler test
Browse files Browse the repository at this point in the history
  • Loading branch information
amylizzle authored Jan 8, 2025
1 parent b266d00 commit 11bfca8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compiler-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
run: dotnet build main/DMDisassembler/DMDisassembler.csproj --property WarningLevel=0 --configuration Release --no-restore /m
- name: Compile TestGame
run: main\bin\DMCompiler\DMCompiler.exe main\TestGame\environment.dme --suppress-unimplemented
- name: Compile TestGame in directory
run: |
cd main\TestGame\
main\bin\DMCompiler\DMCompiler.exe environment.dme --suppress-unimplemented
- name: Checkout /tg/station Master
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 11bfca8

Please sign in to comment.