Giter Site home page Giter Site logo

Welcome about continuous-integration HOT 1 CLOSED

hollenberry avatar hollenberry commented on June 12, 2024
Welcome

from continuous-integration.

Comments (1)

 avatar commented on June 12, 2024

Great work enabling CI on your repository!

What's a build?

Every time you push code, your CI service clones your repository to a virtual environment. It installs necessary dependencies, compiles your code, and runs tests. If everything goes well, the "build" is successful. Sometimes, your build will fail the test, giving you valuable feedback to diagnose the issue.

Build failure

Now that the integration is enabled, you might have noticed that the build failed.

screen shot 2018-12-11 at 1 19 29 pm

Our build failed because it was missing key information -- we currently don't have a configuration file in our project. A configuration file is necessary for our CI to look for tests to run. Once we create this file, we'll generate a successful build.

Note: You may notice email notifications from the integration. To change the settings, see CircleCI's documentation on notifications.

Step 2: Introduce the configuration file

On GitHub, let's add a configuration file to our project to generate a successful build. I already created a branch and committed the configuration file. Next, you'll need to open up a pull request.

⌨️ Activity: Configure the integration with a special file

  1. Create a new pull request using base: master and compare: initial-circle-config

I'll respond in your pull request with the next step.

Sometimes I respond too fast for the page to update! If you perform an expected action and don't see a response, wait a few seconds and refresh the page for your next steps.

from continuous-integration.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.