Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
eth-log-alerting
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Server Tools
eth-log-alerting
Commits
5859b51e
Commit
5859b51e
authored
6 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Make sure there's a config file to work with
parent
36819465
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!4
Better CI
Pipeline
#159
passed
6 years ago
Stage: test
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
Makefile
+3
-3
3 additions, 3 deletions
Makefile
with
4 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
0
View file @
5859b51e
...
...
@@ -19,6 +19,7 @@ before_script:
-
mkdir -p $GOPATH/src/$(dirname $REPO_NAME)
-
cp -R $CI_PROJECT_DIR $GOPATH/src/$REPO_NAME
-
cd $GOPATH/src/$REPO_NAME
-
cp config-sample.json config.json
-
export CC=clang-5.0
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
3
−
3
View file @
5859b51e
...
...
@@ -11,13 +11,13 @@ lint:
@
golint
-set_exit_status
${
PKG_LIST
}
test
:
@
go
test
-v
-short
${
PKG_LIST
}
@
go
test
-v
${
PKG_LIST
}
race
:
dep
@
go
test
-v
-race
-short
${
PKG_LIST
}
@
go
test
-v
-race
${
PKG_LIST
}
msan
:
dep
@
go
test
-v
-msan
-short
${
PKG_LIST
}
@
go
test
-v
-msan
${
PKG_LIST
}
coverage
:
./tools/coverage.sh
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment