[PR #96] [MERGED] Configure CircleCI build to check links #255

Closed
opened 2026-05-05 11:34:03 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/enocom/gopher-reading-list/pull/96
Author: @mvxt
Created: 2/4/2019
Status: Merged
Merged: 2/4/2019
Merged by: @enocom

Base: masterHead: master


📝 Commits (3)

  • 99e2d4e Add circleci config to check links in README
  • e8ea8f4 Forgot to remove user-install flag on gem
  • 64737b7 Added artifacting steps for results

📊 Changes

1 file changed (+23 additions, -0 deletions)

View changed files

.circleci/config.yml (+23 -0)

📄 Description

To onboard:

  1. Go to circleci.com and login w/ Github.
  2. Go to "Add Project" on the left side and add this project. This will automatically setup the webhooks for you.
  3. Click "Start Building" and you'll see it fail because by default it will kick off a build on your master branch, which doesn't have this config file yet.
  4. Here is a link to the build on my fork, which confirms it's working.
  5. Once you merge this PR in, then it will build on your master branch.

Let me know if you have any questions.

By the way, the build on CircleCI runs in ~8-10 seconds. Way faster than the 1 minute Travis took.

NOTE: I didn't remove .travis.yml in this PR, I figure I'll let you handle that if you decide you like this better.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/enocom/gopher-reading-list/pull/96 **Author:** [@mvxt](https://github.com/mvxt) **Created:** 2/4/2019 **Status:** ✅ Merged **Merged:** 2/4/2019 **Merged by:** [@enocom](https://github.com/enocom) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`99e2d4e`](https://github.com/enocom/gopher-reading-list/commit/99e2d4e5747d38594cd89f377d3a56caab4ae4a2) Add circleci config to check links in README - [`e8ea8f4`](https://github.com/enocom/gopher-reading-list/commit/e8ea8f43c96c6d8e291b0be499f7c9ded9a082f3) Forgot to remove user-install flag on gem - [`64737b7`](https://github.com/enocom/gopher-reading-list/commit/64737b70e538ca58c5e48ba9e398aa065fae8bd6) Added artifacting steps for results ### 📊 Changes **1 file changed** (+23 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.circleci/config.yml` (+23 -0) </details> ### 📄 Description To onboard: 1. Go to circleci.com and login w/ Github. 2. Go to "Add Project" on the left side and add this project. This will automatically setup the webhooks for you. 3. Click "Start Building" and you'll see it fail because by default it will kick off a build on your master branch, which doesn't have this config file yet. 4. Here is [a link to the build on my fork](https://circleci.com/gh/mvxt/gopher-reading-list/6), which confirms it's working. 5. Once you merge this PR in, then it will build on your master branch. Let me know if you have any questions. By the way, the build on CircleCI runs in ~8-10 seconds. Way faster than the 1 minute Travis took. NOTE: I didn't remove .travis.yml in this PR, I figure I'll let you handle that if you decide you like this better. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:34:03 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/gopher-reading-list#255
No description provided.