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)
|
||||
apt update -y
|
||||
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
|
||||
with:
|
||||
repository: "Telodendria/Cytoplasm"
|
||||
github-server-url: 'https://git.telodendria.io'
|
||||
- name: Configure Cytoplasm
|
||||
run: ./configure --with-lmdb
|
||||
- name: Build Parsee
|
||||
run: 'make && make ayadoc'
|
||||
- name: Install Parsee
|
||||
run: 'make install'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue