Skip to content

Commit

Permalink
Temp reenable of broken demos
Browse files Browse the repository at this point in the history
For debugging purposes as the only way I can investigate is by running
the CI
  • Loading branch information
fragglet committed Sep 15, 2024
1 parent 1c1e769 commit bf9d097
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ jobs:
sudo apt-get update
sudo apt-get install make chocolate-doom python3 python3-yaml
- name: Patch out broken demos
run: |
# These work in Chocolate Doom HEAD but don't seem to currently
# work in the older version in ubuntu-latest.
# TODO: Reenable these.
grep -v 30av-25337 < demos.txt | grep -v pl2all1.txt > new-demos.txt
mv new-demos.txt demos.txt
- name: Run checks
run: |
make check
2 changes: 1 addition & 1 deletion makerules
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class Rule:

def command(self):
args = self.game_arguments()
return "$(SOURCE_PORT) " + " ".join(args) + " >/dev/null 2>&1"
return "$(SOURCE_PORT) " + " ".join(args) + " >/dev/null"

def rule_output(self):
result = "%s: %s\n" % (
Expand Down

0 comments on commit bf9d097

Please # to comment.