feat: implement CPP08 C++20 card
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
schema: 1
|
||||
targets:
|
||||
native: {profile: native-amd64, actions: [build, test, run, debug]}
|
||||
actions:
|
||||
build: [bash, tools/card-action.sh, build]
|
||||
test: [bash, tools/card-action.sh, test]
|
||||
run: [bash, tools/card-action.sh, run]
|
||||
debug: [bash, tools/card-action.sh, debug]
|
||||
artifacts: {directory: .stem/artifacts}
|
||||
Reference in New Issue
Block a user