Skip to content

Bump ghcr.io/devcontainers/features/node from 1.7.1 to 2.1.0 (#3) #34

Bump ghcr.io/devcontainers/features/node from 1.7.1 to 2.1.0 (#3)

Bump ghcr.io/devcontainers/features/node from 1.7.1 to 2.1.0 (#3) #34

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
cmake-release:
name: CMake Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build Project (Release)
uses: threeal/cmake-action@v2.1.0
with:
options: |
CMAKE_BUILD_TYPE=Release
- name: Test Project (Release)
uses: threeal/ctest-action@v1.1.0
- name: Build Project (Debug)
uses: threeal/cmake-action@v2.1.0
with:
options: |
CMAKE_BUILD_TYPE=Debug
- name: Test Project (Debug)
uses: threeal/ctest-action@v1.1.0