mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-22 04:39:17 +01:00
Fix name of action + step
This commit is contained in:
parent
955e7e0742
commit
6c1e6b88c6
6
.github/workflows/pr.yml
vendored
6
.github/workflows/pr.yml
vendored
@ -10,12 +10,12 @@ jobs:
|
|||||||
- name: clang-format
|
- name: clang-format
|
||||||
run: |
|
run: |
|
||||||
docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source
|
docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source
|
||||||
check-building:
|
check-build-with-logging:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
needs: clang-format
|
needs: clang-format
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: build binary
|
- name: build binary with logging
|
||||||
run: |
|
run: |
|
||||||
docker build . -t builder
|
docker build . -t builder
|
||||||
docker run --rm -v ${PWD}:/project builder make DEBUG=VERBOSE
|
docker run --rm -v ${PWD}:/project builder make DEBUG=VERBOSE
|
||||||
@ -33,4 +33,4 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: binary
|
name: binary
|
||||||
path: "*.wms"
|
path: "*.wms"
|
||||||
|
Loading…
Reference in New Issue
Block a user