mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-10 04:05:13 +02:00
Update dos-djgpp.yml
This commit is contained in:
6
.github/workflows/dos-djgpp.yml
vendored
6
.github/workflows/dos-djgpp.yml
vendored
@@ -195,6 +195,11 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup test environment
|
||||||
|
run: |
|
||||||
|
sudo apt -y update
|
||||||
|
sudo apt -y dosbox
|
||||||
|
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
@@ -249,6 +254,7 @@ jobs:
|
|||||||
EOL
|
EOL
|
||||||
|
|
||||||
- name: Run tests in DOSBox
|
- name: Run tests in DOSBox
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
cd dosbox_test
|
cd dosbox_test
|
||||||
timeout 30s dosbox -conf dosbox.conf -nogui -exit
|
timeout 30s dosbox -conf dosbox.conf -nogui -exit
|
||||||
|
|||||||
Reference in New Issue
Block a user