https://github.com/wolframresearch/pacletcicd-examples-advancedsample
https://github.com/wolframresearch/pacletcicd-examples-advancedsample
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wolframresearch/pacletcicd-examples-advancedsample
- Owner: WolframResearch
- License: mit
- Created: 2022-02-20T17:16:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T17:15:19.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T18:25:22.040Z (12 months ago)
- Language: Mathematica
- Size: 1.3 MB
- Stars: 2
- Watchers: 15
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PacletCICD-Examples-AdvancedSample
This is a sample Paclet used for [PacletCICD](https://github.com/WolframResearch/PacletCICD) documentation examples. This Paclet is meant to demonstrate more advanced CI/CD workflows that involves:
* standard Paclet checks
* multi-platform compilation
* automated tests
* separate workflows for pull requests and releases
A local copy can be retrieved in Wolfram Language using the following steps.
Install the [PacletCICD](https://github.com/WolframResearch/PacletCICD) Paclet:
```Mathematica
PacletInstall[ResourceObject["Wolfram/PacletCICD"]]
```
Load the necessary context:
```Mathematica
Needs["Wolfram`PacletCICD`"]
```
Get a directory containing this repository's source code:
```Mathematica
ExampleDirectory["AdvancedSample"]
```