Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Dec 4, 2023
1 parent c400d58 commit ca7a4a5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
git clone https://github.com/pete-gordon/oricutron.git
cd oricutron && make && pwd && ls -l
echo Timeout oricutron : $TMOUT_ORICUTRON
PATH=$PATH:/home/runner/work/kernel/kernel/oricutron
export PATH
Expand Down Expand Up @@ -138,6 +140,18 @@ jobs:
- name: Post compilation
run: mv ../cc65 . && mv ../orix-software . && mv ../orix-sdk . && mv ../md2hlp .

unit_test:
needs: build
runs-on: ubuntu-22.04
steps:
- name: Launch oricutron
run: |
echo "export SDL_AUDIODRIVER=dummy" > xvfb.sh
echo "xvfb-run /home/runner/work/kernel/kernel/oricutron" >> xvfb.sh
chmod +x xvfb.sh
timeout 5 ./xvfb.sh
upload:
needs: build
runs-on: ubuntu-22.04
Expand Down

0 comments on commit ca7a4a5

Please sign in to comment.