Wolfram Language Paclet Repository (Under Development)

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • External Interfaces & Connections
    • Geographic Data & Computation
    • Graphs & Networks
    • Images
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Sound & Video
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
    • Using Paclets
    • Creating Paclets
    • New Definition Notebook
    • Random Paclet
    • Alphabetical List

PacletCICD

Guides

  • ContinuousIntegrationAndDeployment
  • CustomCICDWorkflows
  • Workflows

Symbols

  • BuildPaclet
  • CheckPaclet
  • CreatePublisherToken
  • ExampleDirectory
  • GitHubSecret
  • PublisherTokenObject
  • WorkflowEvaluate
  • WorkflowExport
  • WorkflowJob
  • WorkflowJobQ
  • Workflow
  • WorkflowQ
  • WorkflowStep
  • WorkflowStepQ
  • WorkflowValue

Other

  • ResourcePublisherToken
  • WolframScriptEntitlementID

Tutorials

  • GitHubActionsQuickStart
  • LicenseEntitlementsAndRepositorySecrets
Wolfram`PacletCICD`
WorkflowEvaluate
​
WorkflowEvaluate
["command"]
represents a command that should be executed on the command line in a workflow.
​
​
WorkflowEvaluate
[expr]
represents a Wolfram Language expression that should be evaluated in a workflow.
​
​
WorkflowEvaluate
[code,"name"]
gives a name to the evaluation.
​
Examples  
(2)
Basic Examples  
(2)
Create a
WorkflowStep
that says hello:
In[1]:=
WorkflowStep

WorkflowEvaluate
["echo hello","Hello"]
Out[1]=
WorkflowStep
Name: Hello
Command: echo hello

​
Create a compilation job for Linux:
In[1]:=
WorkflowJob
​​"Checkout",​​
WorkflowEvaluate
["apt-get -y update && apt-get -y install build-essential","InstallBuildTools"],​​File["Scripts/Compile.wls"]​​,OperatingSystem"Linux"
Out[1]=
WorkflowJob
Name: UntitledJob
Steps: 3

See the steps:
In[2]:=
%["Steps"]
Out[2]=
WorkflowStep
Name: checkout-code-step
Action:
actions/checkout
,WorkflowStep
Name: InstallBuildTools
Command:
apt-get -y update && apt-get -y install …
,WorkflowStep
Name: Compile
Command: wolframscript Scripts/Compile.wls

SeeAlso
WorkflowStep
 
▪
WorkflowJob
 
▪
Workflow
RelatedGuides
▪
Workflows
""

Powered by the Wolfram Cloud More about Wolfram Technology

© 2022 Wolfram Research, Inc. All rights reserved. Terms of Use Privacy Contact Us