Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukka/cppbuildtasks-validation
Validation tests for CppBuildTasks Azure DevOps tasks and for run-cmake and run-vcpkg GitHub actions.
https://github.com/lukka/cppbuildtasks-validation
azure-devops cmake continuous-integration ninja vcpkg
Last synced: 26 days ago
JSON representation
Validation tests for CppBuildTasks Azure DevOps tasks and for run-cmake and run-vcpkg GitHub actions.
- Host: GitHub
- URL: https://github.com/lukka/cppbuildtasks-validation
- Owner: lukka
- Created: 2019-12-02T16:32:40.000Z (almost 5 years ago)
- Default Branch: v10
- Last Pushed: 2024-09-10T12:24:37.000Z (about 2 months ago)
- Last Synced: 2024-09-10T13:04:01.229Z (about 2 months ago)
- Topics: azure-devops, cmake, continuous-integration, ninja, vcpkg
- Language: CMake
- Homepage:
- Size: 174 KB
- Stars: 20
- Watchers: 6
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Content of the repository: **run-cmake** and **run-vcpkg** actions and tasks validation workflows.
This repository contains [GitHub workflows](https://github.com/lukka/CppBuildTasks-Validation/actions) and [Azure Pipeline definitions](https://dev.azure.com/CppBuild/CppBuildTasks/_build?view=folders) (in the yaml format) used for validation of the actions and the tasks provided by:
- the [**run-vcpkg** GitHub action](https://github.com/marketplace/actions/run-vcpkg);
- the [**run-cmake** GitHub action](https://github.com/marketplace/actions/run-cmake);
- the [**run-cmake** and the **run-vcpkg** tasks provided by CppBuildTasks](https://marketplace.visualstudio.com/items?itemName=lucappa.cmake-ninja-vcpkg-tasks) extension for [Azure DevOps](https://azure.microsoft.com/en-us/services/devops/).Essentially the yaml definitions exercise the actions and the tasks to verify the successful execution in different scenarios (e.g. platforms, toolsets, environment).
# License
All the content in this repository is licensed under the [MIT License](LICENSE.txt).Copyright (c) 2019-2020-2021-2022-2023 Luca Cappa