good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
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
open
bor
Commits
449a8500
Unverified
Commit
449a8500
authored
8 years ago
by
Péter Szilágyi
Browse files
Options
Downloads
Patches
Plain Diff
travis, appveyor: update builders to Go 1.8
parent
e51f65af
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+9
-6
9 additions, 6 deletions
.travis.yml
appveyor.yml
+2
-2
2 additions, 2 deletions
appveyor.yml
with
11 additions
and
8 deletions
.travis.yml
+
9
−
6
View file @
449a8500
...
...
@@ -13,15 +13,18 @@ matrix:
go
:
1.6.2
-
os
:
linux
dist
:
trusty
go
:
1.7.4
go
:
1.7.5
-
os
:
linux
dist
:
trusty
go
:
1.8
-
os
:
osx
go
:
1.
7.4
go
:
1.
8
# This builder does the Ubuntu PPA and Linux Azure uploads
-
os
:
linux
dist
:
trusty
sudo
:
required
go
:
1.
7.4
go
:
1.
8
env
:
-
ubuntu-ppa
-
azure-linux
...
...
@@ -73,10 +76,10 @@ matrix:
-
azure-android
-
maven-android
before_install
:
-
curl https://storage.googleapis.com/golang/go1.8
rc3
.linux-amd64.tar.gz | tar -xz
-
curl https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz | tar -xz
-
export PATH=`pwd`/go/bin:$PATH
-
export GOROOT=`pwd`/go
-
export GOPATH=$HOME/go
# Drop post Go 1.8
-
export GOPATH=$HOME/go
script
:
# Build the Android archive and upload it to Maven Central and Azure
-
curl https://dl.google.com/android/repository/android-ndk-r13b-linux-x86_64.zip -o android-ndk-r13b.zip
...
...
@@ -90,7 +93,7 @@ matrix:
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
-
os
:
osx
go
:
1.
7.4
go
:
1.
8
env
:
-
azure-osx
-
azure-ios
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
2
−
2
View file @
449a8500
...
...
@@ -22,8 +22,8 @@ environment:
install
:
-
rmdir C:\go /s /q
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.
7.4
.windows-%GETH_ARCH%.zip
-
7z x go1.
7.4
.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.
8
.windows-%GETH_ARCH%.zip
-
7z x go1.
8
.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
go version
-
gcc --version
...
...
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