forked from PretendoNetwork/Inkay
chore: CI tweaks
This commit is contained in:
parent
344d41a0f2
commit
9698114e5a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -11,11 +11,13 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v7
|
||||
with:
|
||||
submodules: 'true'
|
||||
- name: build toolchain container
|
||||
run: docker build . -t builder
|
||||
- uses: ammaraskar/gcc-problem-matcher@master
|
||||
- name: build Inkay
|
||||
run: docker run --rm -v ${PWD}:/app -w /app builder
|
||||
run: docker run --rm -v ${PWD}:${PWD} -w ${PWD} builder
|
||||
- uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: inkay
|
||||
|
|
|
|||
Loading…
Reference in a new issue