mirror of
https://github.com/wiiu-env/libfunctionpatcher.git
synced 2024-11-05 01:25:12 +01:00
Change name of workflows
This commit is contained in:
parent
076134a77c
commit
a9aab3646a
6
.github/workflows/pr.yml
vendored
6
.github/workflows/pr.yml
vendored
@ -10,16 +10,16 @@ jobs:
|
||||
- name: clang-format
|
||||
run: |
|
||||
docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source ./include
|
||||
build-binary:
|
||||
build-lib:
|
||||
runs-on: ubuntu-18.04
|
||||
needs: clang-format
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: build binary
|
||||
- name: build lib
|
||||
run: |
|
||||
docker build . -f Dockerfile.buildlocal -t builder
|
||||
docker run --rm -v ${PWD}:/project builder make
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: binary
|
||||
name: lib
|
||||
path: "lib/*.a"
|
Loading…
Reference in New Issue
Block a user