Skip to content

Commit

Permalink
add micro files to cross isa CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadh authored and driazati committed Feb 13, 2023
1 parent 266ff51 commit 0500c48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/jenkins/generated/minimal_cross_isa_jenkinsfile.groovy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
label: 'Create CPU minimal cmake config',
)
cmake_build(ci_minimal, 'build', '-j2')
{{ m.upload_artifacts(tag='cpu-minimal-cross-isa', filenames=tvm_lib + tvm_allvisible) }}
{{ m.upload_artifacts(tag='cpu-minimal-cross-isa', filenames=tvm_lib + tvm_allvisible + standalone_crt + microtvm_template_projects) }}
{% endcall %}


Expand Down

0 comments on commit 0500c48

Please sign in to comment.