Skip to content

Commit

Permalink
Fetch prebuilt mooneye test roms
Browse files Browse the repository at this point in the history
  • Loading branch information
joajfreitas committed Jul 8, 2024
1 parent 4ec92d0 commit d9efcb3
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,12 @@ jobs:
with:
submodules: 'true'
- uses: Swatinem/rust-cache@v2
- name: Install rgbds
run: >
wget "https://github.com/gbdev/rgbds/releases/download/v0.8.0/rgbds-0.8.0-linux-x86_64.tar.xz" -P rgbds;
cd rgbds;
tar -xvf rgbds-0.8.0-linux-x86_64.tar.xz;
sudo ./install.sh;
- name: Install wla_dx
- name: Fetch mooneye-test-suite
run: >
git clone "https://github.com/vhelin/wla-dx.git";
cd wla-dx;
cmake -G "Unix Makefiles" .;
make -j8;
sudo make install;
- name: Build mooneye-test-suite
run: cd third_party/mooneye-test-suite; make;
wget https://gekkio.fi/files/mooneye-test-suite/mts-20240127-1204-74ae166/mts-20240127-1204-74ae166.tar.xz;
tar -xvf mts-20240127-1204-74ae166.tar.xz;
mkdir -p third_party/mooneye-test-suite;
mv mts-20240127-1204-74ae166 third_party/mooneye-test-suite/build;
- name: Version
run: rustc --version
- name: Run rustfmt
Expand Down

0 comments on commit d9efcb3

Please sign in to comment.