code cleanups and CI updates.

This commit is contained in:
2023-10-19 10:41:59 -07:00
parent 146ccc71f3
commit fcf4bcd7b7
4 changed files with 113 additions and 134 deletions

View File

@@ -9,14 +9,14 @@ jobs:
# Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/configuration-reference/#executor-job
docker:
- image: kisom/sc-dev:1.0.0
- image: git.wntrmute.dev/sc/dev:alpine
# Add steps to the job
# See: https://circleci.com/docs/configuration-reference/#steps
steps:
- checkout
- run:
name: Setup cmake build
command: ./scripts/setup-cmake.sh
command: setup-cmake.sh
# Orchestrate jobs using workflows
# See: https://circleci.com/docs/configuration-reference/#workflows