mirror of
https://github.com/wiiu-env/WiiUModuleSystem.git
synced 2024-11-14 05:55:07 +01:00
Build the Dockerfile on pull requests
This commit is contained in:
parent
01bcc500ab
commit
eea542e424
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: build binary
|
||||
run: |
|
||||
docker build . -f Dockerfile -t tmp
|
||||
docker build . -f Dockerfile.buildlocal -t builder
|
||||
docker run --rm -v ${PWD}:/project builder make
|
||||
- uses: actions/upload-artifact@master
|
||||
|
Loading…
Reference in New Issue
Block a user