mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 18:35:11 +00:00
[CI] Mess with waters
This commit is contained in:
parent
2a6a3300e6
commit
971f8ba3aa
2 changed files with 15 additions and 6 deletions
15
.forgejo/workflows/check-gcc.yaml
Normal file
15
.forgejo/workflows/check-gcc.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
name: Checks Parsee's correctness on GCC
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
compile:
|
||||||
|
runs-on: amd64-debian
|
||||||
|
steps:
|
||||||
|
- name: Install LMDB+OpenSSL tools
|
||||||
|
run: echo $(uname -a) $(env | grep container)
|
||||||
|
- name: Clone Cytoplasm
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
repository: "https://git.telodendria.io/Telodendria/Cytoplasm"
|
||||||
|
- name: Configure Cytoplasm
|
||||||
|
run: ./configure --with-lmdb
|
||||||
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: amd64-debian
|
|
||||||
steps:
|
|
||||||
- run: echo Welcome to CI Hell :D
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue