Meowth v0.1
This commit is contained in:
parent
e86bb6cf15
commit
c287250b88
14 changed files with 76 additions and 234 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -1,18 +1,18 @@
|
|||
name: Inkay-CI
|
||||
name: wups-CI
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build-inkay:
|
||||
build-wups:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: build toolchain container
|
||||
run: docker build . -t builder
|
||||
- uses: ammaraskar/gcc-problem-matcher@master
|
||||
- name: build Inkay
|
||||
- name: build WUPS plugin
|
||||
run: docker run --rm -v ${PWD}:/app -w /app builder
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: inkay
|
||||
name: plugin
|
||||
path: "*.wps"
|
||||
|
|
|
|||
Loading…
Reference in a new issue