From 1c21bd6e016b3177ff2b2b67edf901951f607a1d Mon Sep 17 00:00:00 2001 From: Load Accumulator Date: Thu, 2 Nov 2023 20:43:16 +0100 Subject: [PATCH] [MOD] Use general script, build out Telodendria --- .gitea/workflows/test-push.yaml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/test-push.yaml b/.gitea/workflows/test-push.yaml index 4cd69f4..b338993 100644 --- a/.gitea/workflows/test-push.yaml +++ b/.gitea/workflows/test-push.yaml @@ -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?