Skip to content

Commit

Permalink
v5: Add build_type to run_mapl_tutorial (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 authored Jan 17, 2025
1 parent e39bad0 commit 033a252
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

## [5.10.0] - 2025-01-17

### Changed

- Added `build_type` to `run_mapl_tutorial` for matrix purposes

## [5.9.0] - 2025-01-16

### Changed
Expand Down
5 changes: 5 additions & 0 deletions src/jobs/run_mapl_tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ parameters:
tutorial_name:
description: "Name of tutorial"
type: string
build_type:
description: Build type for CMake. Must be one of "Debug", "Release", or "Aggressive"
type: enum
default: "Debug"
enum: ["Debug", "Release", "Aggressive"]

executor:
name: << parameters.compiler >>
Expand Down

0 comments on commit 033a252

Please sign in to comment.