mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 14:05:10 +00:00
[CI] Just generate ZIPs
This commit is contained in:
parent
5ffd413e67
commit
f96e0a95bd
2 changed files with 16 additions and 9 deletions
|
|
@ -2,9 +2,17 @@ name: Checks Parsee's correctness on GCC+Debian
|
|||
on: [push]
|
||||
jobs:
|
||||
compile:
|
||||
runs-on: debian
|
||||
strategy:
|
||||
matrix:
|
||||
distro:
|
||||
- debian
|
||||
arch:
|
||||
- amd64
|
||||
runs-on:
|
||||
- ${{ matrix.distro }}
|
||||
- ${{ matrix.arch }}
|
||||
container:
|
||||
image: debian
|
||||
image: ${{ matrix.distro }}
|
||||
steps:
|
||||
- name: Install LMDB+OpenSSL tools
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue