forked from Telodendria/Telodendria
[MOD] Use general script, build out Telodendria
All checks were successful
Testing pushed commits / compile-all (push) Successful in 39s
All checks were successful
Testing pushed commits / compile-all (push) Successful in 39s
This commit is contained in:
parent
88211a2744
commit
1c21bd6e01
1 changed files with 13 additions and 6 deletions
|
@ -17,13 +17,20 @@ jobs:
|
|||
with:
|
||||
compiler: gcc
|
||||
ssl: openssl
|
||||
# TODO: Implement all of this
|
||||
# Compile out Cytoplasm
|
||||
|
||||
# Then, compile out Cytoplasm
|
||||
- name: Compiles Cytoplasm
|
||||
uses: https://git.telodendria.io/lda/setup-cytoplasm@master
|
||||
uses: https://git.telodendria.io/lda/setup-cytoplasm-telodendria@master
|
||||
with:
|
||||
compiler: gcc
|
||||
install: true
|
||||
|
||||
# Finally, builds out Telodendria with everything.
|
||||
#- name: Compiles Telodendria
|
||||
# uses: ./.gitea/actions/build-telodendria
|
||||
|
||||
- name: Compiles Telodendria
|
||||
uses: https://git.telodendria.io/lda/setup-cytoplasm-telodendria@master
|
||||
with:
|
||||
compiler: gcc
|
||||
checkout: https://git.telodendria.io/Telodendria/Telodendria
|
||||
install: true
|
||||
|
||||
# TODO: Make (eventually) a static build out?
|
||||
|
|
Loading…
Reference in a new issue