mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 06:06:03 -06:00
[PR #95] Travis CI Stages, some updates #147
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#147
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/95
Author: @antwal
Created: 4/15/2019
Status: 🔄 Open
Base:
master← Head:master📝 Commits (10+)
c17bb97Fixed golint, Added DS_Store to git ignoredb2c63aRemoved megacheck, Added staticcheck75886c0Updated Deps31bc0a8Fixed .check-fmt, .check-lint, ifne not working on OSXa14b888Fixed sha256sum on OSXb967871Updated Travis Build to test create a dist package9ba1836Travis added Stage tests576d33bChange method OS detecta37b23aUpdated Travis, testing conf31cf0adUpdated Travis, testing conf📊 Changes
2 files changed (+79 additions, -20 deletions)
View changed files
📝
.travis.yml(+31 -2)📝
Makefile(+48 -18)📄 Description
Added Travis Stages with failure check
1 - check
2 - build
3 - publish (pre-release only - enabled if the tag is present)
if one of the stages fails, the others are not executed
to create a release I changed the code of the release rule to do it locally for the moment; pre-releases can be uploaded by travis
I corrected all the problems on OSX remains fix some error
latest build test -> Travis Log
a test pre-release deploy -> Travis Log
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.