Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
920a2871
Unverified
Commit
920a2871
authored
Nov 11, 2020
by
Felix Lange
Committed by
GitHub
Nov 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.travis.yml: move test builders after install builders (#21833)
parent
d4940742
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
31 deletions
+31
-31
.travis.yml
.travis.yml
+31
-31
No files found.
.travis.yml
View file @
920a2871
...
@@ -24,37 +24,6 @@ jobs:
...
@@ -24,37 +24,6 @@ jobs:
script
:
script
:
-
go run build/ci.go lint
-
go run build/ci.go lint
-
stage
:
build
os
:
linux
dist
:
xenial
go
:
1.14.x
env
:
-
GO111MODULE=on
script
:
-
go run build/ci.go test -coverage $TEST_PACKAGES
# These are the latest Go versions.
-
stage
:
build
os
:
linux
arch
:
amd64
dist
:
xenial
go
:
1.15.x
env
:
-
GO111MODULE=on
script
:
-
go run build/ci.go test -coverage $TEST_PACKAGES
-
stage
:
build
if
:
type = pull_request
os
:
linux
arch
:
arm64
dist
:
xenial
go
:
1.15.x
env
:
-
GO111MODULE=on
script
:
-
go run build/ci.go test -coverage $TEST_PACKAGES
# This builder does the Ubuntu PPA upload
# This builder does the Ubuntu PPA upload
-
stage
:
build
-
stage
:
build
if
:
type = push
if
:
type = push
...
@@ -215,6 +184,37 @@ jobs:
...
@@ -215,6 +184,37 @@ jobs:
-
export CGO_CFLAGS_ALLOW='-fmodules|-fblocks|-fobjc-arc'
-
export CGO_CFLAGS_ALLOW='-fmodules|-fblocks|-fobjc-arc'
-
go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds
-
go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds
# These builders run the tests
-
stage
:
build
os
:
linux
arch
:
amd64
dist
:
xenial
go
:
1.15.x
env
:
-
GO111MODULE=on
script
:
-
go run build/ci.go test -coverage $TEST_PACKAGES
-
stage
:
build
if
:
type = pull_request
os
:
linux
arch
:
arm64
dist
:
xenial
go
:
1.15.x
env
:
-
GO111MODULE=on
script
:
-
go run build/ci.go test -coverage $TEST_PACKAGES
-
stage
:
build
os
:
linux
dist
:
xenial
go
:
1.14.x
env
:
-
GO111MODULE=on
script
:
-
go run build/ci.go test -coverage $TEST_PACKAGES
# This builder does the Azure archive purges to avoid accumulating junk
# This builder does the Azure archive purges to avoid accumulating junk
-
stage
:
build
-
stage
:
build
if
:
type = cron
if
:
type = cron
...
...
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