Skip to content

Commit

Permalink
Assets: Map and demo updates to use the slopes feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
divVerent committed Feb 24, 2025
1 parent dfee468 commit 0de18b7
Show file tree
Hide file tree
Showing 5 changed files with 94,254 additions and 62,595 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-100percent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
- name: Fetch Test Cases
env:
REGRESSION_TEST_URL: ${{ secrets.REGRESSION_TEST_URL }}
run: 'curl -o testcases.zip "$REGRESSION_TEST_URL"/100percent-v14.zip'
run: 'curl -o testcases.zip "$REGRESSION_TEST_URL"/100percent-v15.zip'
- name: Extract Test Cases
run: 'unzip testcases.zip'
- name: Test
run: 'xvfb-run sh scripts/regression-test-demo.sh linux-amd64 "your time:
1:04:11\\.250; your speedrun categories: 100%, All Notes and All Paths;
1:19:26\\.566; your speedrun categories: 100%, All Notes and All Paths;
try next: All Secrets\\." "./aaaaxy -debug_log_entity_defaults" *.dem'
- name: Archive Results
if: ${{ always() }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go-anypercent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: 'chmod +x aaaaxy'
- name: Test
run: 'xvfb-run sh scripts/regression-test-demo.sh linux-amd64 "your time:
0:14:05.500; your speedrun categories: Any%;" ./aaaaxy assets/demos/_anypercent.dem'
0:21:47.250; your speedrun categories: Any%;" ./aaaaxy assets/demos/_anypercent.dem'
- name: Archive Results
if: ${{ always() }}
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
with:
name: aaaaxy-debug-windows-amd64
- name: Test
run: 'bash scripts/regression-test-demo.sh windows-amd64 "your time: 0:14:05.500;
run: 'bash scripts/regression-test-demo.sh windows-amd64 "your time: 0:21:47.250;
your speedrun categories: Any%;" "./aaaaxy.exe" assets/demos/_anypercent.dem'
- name: Archive Results
if: ${{ always() }}
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
with:
name: aaaaxy-debug-windows-386
- name: Test
run: 'bash scripts/regression-test-demo.sh windows-386 "your time: 0:14:05.500;
run: 'bash scripts/regression-test-demo.sh windows-386 "your time: 0:21:47.250;
your speedrun categories: Any%;" "./aaaaxy.exe" assets/demos/_anypercent.dem'
- name: Archive Results
if: ${{ always() }}
Expand Down
Loading

0 comments on commit 0de18b7

Please sign in to comment.