Skip to content

Commit

Permalink
test cm in od ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hry-gh committed Oct 4, 2024
1 parent 644ebb1 commit b287257
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/compiler-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,11 @@ jobs:
path: vg
- name: Compile /vg/station Master
run: main\bin\DMCompiler\DMCompiler.exe vg\vgstation13.dme --suppress-unimplemented
- name: Checkout CM Master
uses: actions/checkout@v2
with:
repository: cmss13-devs/cmss13
ref: master
path: cm
- name: Compile CM Master
run: main\bin\DMCompiler\DMCompiler.exe cm\colonialmarines.dme --suppress-unimplemented

0 comments on commit b287257

Please sign in to comment.