Attempting self-hosted runner
This commit is contained in:
parent
4db363140d
commit
5ae322bc71
|
@ -13,16 +13,16 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: List files
|
|
||||||
run: ls -la ~/quickerNES/tests/roms
|
|
||||||
- name: Create build directory
|
- name: Create build directory
|
||||||
run: mkdir build
|
run: mkdir build
|
||||||
- name: Installing meson and ninja
|
- name: Installing meson and ninja
|
||||||
run: python3 -m pip install meson ninja
|
run: python3 -m pip install meson ninja
|
||||||
- name: Run meson configuration
|
- name: Run meson configuration
|
||||||
run: meson setup build -DonlyOpenSource=true
|
run: meson setup build
|
||||||
- name: Building project
|
- name: Building project
|
||||||
run: ninja -C build
|
run: ninja -C build
|
||||||
|
- name: Copying roms
|
||||||
|
run: cp ~/quickerNES/tests/roms/* tests/roms/
|
||||||
- name: Running tests
|
- name: Running tests
|
||||||
run: ninja test -C build
|
run: ninja test -C build
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
|
|
Loading…
Reference in New Issue