Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hercules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
Hercules
Merge requests
!52
Setup for CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Setup for CI
ci
into
main
Overview
1
Commits
6
Pipelines
5
Changes
1
Merged
rarbore2
requested to merge
ci
into
main
4 months ago
Overview
1
Commits
6
Pipelines
5
Changes
1
Expand
Comment out problematic packages from the workspace Cargo.toml
Make the simple3 juno sample also a test
Add support to the juno! macro for compiling Hercules IR directly, so that we can make the hercules_samples also tests (matmul, dot, fac)
Fix an issue with inlining
Edited
4 months ago
by
rarbore2
0
0
Merge request reports
Viewing commit
cc0402cd
Prev
Next
Show latest version
1 file
+
9
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cc0402cd
ci config
· cc0402cd
Russel Arbore
authored
4 months ago
.gitlab-ci.yml
0 → 100644
+
9
−
0
Options
build-job
:
stage
:
build
script
:
-
cargo build
test-job
:
stage
:
test
script
:
-
cargo test
Loading