Add a simple CI workflow for compiling Cytoplasm. #27

Merged
jordan merged 12 commits from ci into master 2024-01-13 16:08:45 +00:00
Showing only changes of commit 4f0cf2f670 - Show all commits

View file

@ -5,7 +5,7 @@ on: [push]
jobs:
Compile-Cytoplasm:
# TODO: Add more architectures
runs-on: [alpine-v3.19-x86, alpine-v3.19-x86_64]
runs-on: alpine-v3.19
steps:
- name: Check out repository.
uses: actions/checkout@v3