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?