1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 09:25:23 +00:00

display kernel info in CI

This commit is contained in:
Darien Raymond 2018-09-10 20:33:50 +02:00
parent c1585e6066
commit 3b7c4f5ac6
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ go_import_path: v2ray.com/core
git:
depth: 5
before_script:
- uname -a
- sudo ntpdate -u time.google.com
- date
script:

View File

@ -10,6 +10,7 @@ branches:
build:
ci:
- uname -a
- curl -L -o golang.tar.gz https://dl.google.com/go/go1.11.linux-arm64.tar.gz
- tar -C /usr/local -xzf golang.tar.gz
- export PATH=$PATH:/usr/local/go/bin