Add CI/Automated Build #3

Merged
dubey merged 21 commits from cicd into main 2024-06-16 16:37:08 -04:00
Showing only changes of commit ac16e0431d - Show all commits

View File

@ -41,15 +41,3 @@ jobs:
run: cmake .
- name: Build
run: cmake --build .
run-build-debian:
container:
image: debian:bookworm
steps:
- name: Install dependencies
run: apt update && apt install --no-install-recommends -y build-essential cmake libsdl2-dev libexiv2-dev mesa-utils nodejs ca-certificates git
- name: Check out repository code
uses: actions/checkout@v4
- name: Generate build files
run: cmake .
- name: Build
run: cmake --build .