https://github.com/wolframresearch/pacletcicd-examples-compiledlibrary
https://github.com/wolframresearch/pacletcicd-examples-compiledlibrary
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wolframresearch/pacletcicd-examples-compiledlibrary
- Owner: WolframResearch
- License: mit
- Created: 2022-02-06T19:19:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T16:23:33.000Z (over 3 years ago)
- Last Synced: 2025-02-02T18:25:17.697Z (12 months ago)
- Language: Mathematica
- Size: 973 KB
- Stars: 1
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PacletCICD-Examples-CompiledLibrary
This is a sample Paclet used for [PacletCICD](https://github.com/WolframResearch/PacletCICD) documentation examples that's meant to demonstrate CI/CD workflows that require compiling code on multiple platforms.
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["CompiledLibrary"]
```