Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • fractal fractal
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 276
    • Issues 276
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • fractalfractal
  • Merge requests
  • !3
The source project of this merge request has been removed.

Added a basic gitlab-ci config.

Merged Jordan Petridis requested to merge (removed):master into master Nov 12, 2017
  • Overview 0
  • Pipelines 0
  • Changes 1

I've setup builds and tests for both stable and nightly rust.

Also have setup rustfmt, which is a highly configurable formatting tool. It can set the desired Source formatting and the CI can enforce it.

Also have setup clippy which is collection of lints of all sorts. Also configurable

Both rustfmt and clippy are setup with allow_failure: true for now.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master