Add CI for builds #1

Manually merged
MichaelBradley merged 15 commits from actions into main 2025-02-23 13:32:04 -05:00
Showing only changes of commit 1e601da194 - Show all commits

View file

@ -10,6 +10,10 @@ jobs:
steps:
- name: Check out the code
uses: actions/checkout@v4
- name: Install the toolchain
run: |
sudo apt-get update
sudo apt-get -y install cmake
- name: Set up the build environment
run: cmake .
- name: Compile the code