mirror of
https://github.com/wiiu-env/libfunctionpatcher.git
synced 2024-11-22 01:29:18 +01:00
Check the dockerfile on pull request
This commit is contained in:
parent
7eeadb500b
commit
e3e73b1fac
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: build lib
|
- name: build lib
|
||||||
run: |
|
run: |
|
||||||
|
docker build . -t tmp
|
||||||
docker build . -f Dockerfile.buildlocal -t builder
|
docker build . -f Dockerfile.buildlocal -t builder
|
||||||
docker run --rm -v ${PWD}:/project builder make
|
docker run --rm -v ${PWD}:/project builder make
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
|
Loading…
Reference in New Issue
Block a user