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:
|
with:
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
ssl: openssl
|
ssl: openssl
|
||||||
# TODO: Implement all of this
|
|
||||||
# Compile out Cytoplasm
|
# Then, compile out Cytoplasm
|
||||||
- name: Compiles 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.
|
# Finally, builds out Telodendria with everything.
|
||||||
#- name: Compiles Telodendria
|
- name: Compiles Telodendria
|
||||||
# uses: ./.gitea/actions/build-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