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 cde43b1 commit 417b67f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,15 @@ jobs:
# git checkout
- name: Prepare environment for oricutron
if: steps.cache-sdk.outputs.cache-hit != 'true'
# if: steps.cache-sdk.outputs.cache-hit != 'true'
run: |
sudo apt-get install -y xvfb libgtk-3-0 libgtk-3-dev libsdl1.2debian libsdl1.2-dev
git clone https://github.com/pete-gordon/oricutron.git
cd oricutron && make && pwd && ls -l
cd oricutron && make && pwd && ls -l && cd .. && mv oricutron ${GITHUB_WORKSPACE}/
echo Timeout oricutron : $TMOUT_ORICUTRON
PATH=$PATH:/home/runner/work/kernel/kernel/oricutron
export PATH
# - name: Compile orix-sdk
# if: steps.cache-sdk.outputs.cache-hit != 'true'
# working-directory: orix-sdk
Expand All @@ -91,6 +89,7 @@ jobs:
cc65 -V
ls -lR orix-sdk
ls -l cc65/bin
pwd
build:
# The type of runner that the job will run on
Expand Down Expand Up @@ -147,7 +146,7 @@ jobs:
- name: Launch oricutron
run: |
echo "export SDL_AUDIODRIVER=dummy" > xvfb.sh
echo "xvfb-run /home/runner/work/kernel/kernel/oricutron/oricutron" >> xvfb.sh
echo "xvfb-run ${GITHUB_WORKSPACE}/oricutron" >> xvfb.sh
chmod +x xvfb.sh
timeout 5 ./xvfb.sh
Expand Down

0 comments on commit 417b67f

Please sign in to comment.