Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
21084937
Commit
21084937
authored
Oct 19, 2016
by
Adam Reese
Committed by
GitHub
Oct 19, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1415 from adamreese/fix/ci-compile-go
fix(ci): ensure go packages are compiled before testing
parents
313a9dc4
e11fb39f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
ci.sh
scripts/ci.sh
+4
-0
No files found.
scripts/ci.sh
View file @
21084937
...
...
@@ -37,6 +37,10 @@ run_style_check() {
make test-style
}
# Build to ensure packages are compiled
echo
"Running 'make build'"
make build
case
"
${
CIRCLE_NODE_INDEX
-0
}
"
in
0
)
run_unit_test
;;
1
)
run_style_check
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment