Fix broken scripts, add script to run and test via CMake.

This commit is contained in:
2023-10-18 04:34:48 -07:00
parent f19b301aed
commit b7a8bfce9f
4 changed files with 29 additions and 15 deletions

View File

@@ -9,19 +9,19 @@ 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: cimg/base:stable
- image: kisom/sc-dev:latest
# Add steps to the job
# See: https://circleci.com/docs/configuration-reference/#steps
steps:
- checkout
- run:
name: "Install dependencies"
command: "./scripts/install-dependencies.sh"
name: "Setup cmake build"
command: "./scripts/setup-cmake.sh"
-
# Orchestrate jobs using workflows
# See: https://circleci.com/docs/configuration-reference/#workflows
workflows:
say-hello-workflow:
ctest:
jobs:
- say-hello
- ctest