Update workflow.
Compile Cytoplasm / Compile Cytoplasm (x86_64, alpine-v3.19) (push) Failing after 9s Details
Compile Cytoplasm / Compile Cytoplasm (x86, alpine-v3.19) (push) Failing after 10s Details

This commit is contained in:
Jordan Bancino 2024-01-12 15:59:51 -05:00
parent 6a6d379622
commit 83a02392f8
1 changed files with 6 additions and 10 deletions

View File

@ -3,21 +3,17 @@ run-name: Compile Cytoplasm on ${{ gitea.actor }}
on: [push]
jobs:
Compile-Cytoplasm:
"Compile Cytoplasm":
strategy:
matrix:
# TODO: Add more operating systems and architectures
os: [alpine-v3.19]
arch: [x86, x86_64]
# TODO: Add more architectures
runs-on: ["${{ matrix.os }}", "${{ matrix.arch }}"]
steps:
- name: Check out repository.
- name: Check out repository
uses: actions/checkout@v3
- name: Execute configuration script.
# TODO: enable TLS after testing.
# It is broken on Alpine; I need to fix it and CI yelling at
# me will force me to fix it. But for now I just want to test
# CI and make sure it works properly.
run: ./configure --disable-tls
- name: Execute 'make'.
- name: Configure Cytoplasm
run: ./configure
- name: Build Cytoplasm
run: make