git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

.github/workflows/libretro.yml

      1 name: "libretro branch update"
      2 
      3 on:
      4   push:
      5     branches:
      6       - master
      7 
      8 jobs:
      9   libretro-prebuilt-update:
     10     strategy:
     11       fail-fast: false
     12       matrix:
     13         os: [ubuntu-latest]
     14     runs-on: ${{ matrix.os }}
     15     steps:
     16       - uses: actions/checkout@v3
     17         name: Checkout
     18         with:
     19           repository: LIJI32/SameBoy
     20           token: ${{ secrets.WEBSITETOKEN }}
     21           submodules: false
     22       - name: Install Deps
     23         shell: bash
     24         run: |
     25           ./.github/actions/install_deps.sh ${{ matrix.os }}
     26       - name: Build Boot ROMs and Push
     27         run: |
     28           ./.github/actions/update_libretro.sh

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.