Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cis-workflow-gen
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
msc
cis-workflow-gen
Commits
a9026dfa
There was an error fetching the commit references. Please try again later.
Commit
a9026dfa
authored
4 years ago
by
Bensong Liu
Browse files
Options
Downloads
Patches
Plain Diff
single-flow working
parent
add398fe
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+3
-0
3 additions, 0 deletions
.gitignore
Makefile
+9
-0
9 additions, 0 deletions
Makefile
xaml.gen.example.cc
+1
-1
1 addition, 1 deletion
xaml.gen.example.cc
with
13 additions
and
1 deletion
.gitignore
0 → 100644
+
3
−
0
View file @
a9026dfa
*.out
*.o
This diff is collapsed.
Click to expand it.
Makefile
0 → 100644
+
9
−
0
View file @
a9026dfa
CXX
?=
clang++
test
:
$(
CXX
)
-std
=
c++14 xaml.gen.example.cc
-o
xaml.gen.example.out
-I
..
install
:
cp
-r
.
/usr/include/cis-workflow-gen
This diff is collapsed.
Click to expand it.
xaml.gen.example.cc
+
1
−
1
View file @
a9026dfa
#include
"activity.hpp"
#include
"
quick-include.hpp
"
#include
<cis-workflow-gen/
quick-include.hpp
>
int
main
()
{
Activity
SCS
(
"SCS"
,
"FleetAGC.Activities.WriteTraceinfo"
,
"PreRteg.InitiateBareMetalComplete"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment