mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:55:11 +00:00
[CI] Hopefully this works
This commit is contained in:
parent
4e22fb6f04
commit
60f3dc12c1
1 changed files with 14 additions and 6 deletions
|
|
@ -11,11 +11,19 @@ jobs:
|
||||||
echo $(uname -a) $(env | grep container)
|
echo $(uname -a) $(env | grep container)
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install -y build-essential liblmdb-dev nodejs libssl-dev git
|
apt install -y build-essential liblmdb-dev nodejs libssl-dev git
|
||||||
- name: Clone Cytoplasm
|
- name: Clone/Configure Cytoplasm
|
||||||
|
run: |
|
||||||
|
git clone https:/git.telodendria.io/Telodendria/Cytoplasm
|
||||||
|
cd Cytoplasm
|
||||||
|
./configure --with-lmdb
|
||||||
|
- name: Build Cytoplasm
|
||||||
|
run: make -j$(nproc)
|
||||||
|
- name: Install Cytoplasm
|
||||||
|
run: make install
|
||||||
|
- name: Clone Parsee
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
- name: Build Parsee
|
||||||
repository: "Telodendria/Cytoplasm"
|
run: 'make && make ayadoc'
|
||||||
github-server-url: 'https://git.telodendria.io'
|
- name: Install Parsee
|
||||||
- name: Configure Cytoplasm
|
run: 'make install'
|
||||||
run: ./configure --with-lmdb
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue