Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Dec 5, 2023
1 parent 6f4dc7f commit c2756f7
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,20 +135,9 @@ jobs:
- name: unit-test/Launch oricutron
run: |
git clone https://github.com/orix-software/docker-unit-test.git
cp docker-unit-test/roms/*.rom ${GITHUB_WORKSPACE}/oricutron/roms
cp docker-unit-test/oricutron.cfg ${GITHUB_WORKSPACE}/oricutron/
cp docker-unit-test/orix_keymap ${GITHUB_WORKSPACE}/oricutron/
cp docker-unit-test/plugins/twilighte_board/twilighte.cfg ${GITHUB_WORKSPACE}/oricutron/plugins/twilighte_board/
echo "export SDL_AUDIODRIVER=dummy" > xvfb.sh
echo "xvfb-run ./oricutron" >> xvfb.sh
ls -l
sudo apt-get install -y xvfb libgtk-3-0 libgtk-3-dev libsdl1.2debian libsdl1.2-dev
cp xvfb.sh ${GITHUB_WORKSPACE}/oricutron
cd ${GITHUB_WORKSPACE}/oricutron
ls -l ${GITHUB_WORKSPACE}/oricutron
chmod +x xvfb.sh
cd docker-unit-test && bash install.sh ${GITHUB_WORKSPACE} && cd ..
timeout 5 ./xvfb.sh
ls -l ${GITHUB_WORKSPACE}/oricutron/SDCARD
- name: Upload Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c2756f7

Please sign in to comment.