diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-04-09 16:19:17 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:33:22 +0800 |
commit | 6f858a9810ecd0e9764c1d0b9fb7976f9eff7737 (patch) | |
tree | 6e62a6df2e52e7d1b40282e39784c42165e4ecfa | |
parent | f89a656f805c85968dd7a0edef4d9471a319f7a9 (diff) | |
download | dexon-6f858a9810ecd0e9764c1d0b9fb7976f9eff7737.tar.gz dexon-6f858a9810ecd0e9764c1d0b9fb7976f9eff7737.tar.zst dexon-6f858a9810ecd0e9764c1d0b9fb7976f9eff7737.zip |
travis-ci: disable GCP build upload
-rw-r--r-- | .travis.yml | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/.travis.yml b/.travis.yml index 0ee610b06..4e33d4f0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,27 +90,27 @@ matrix: # - go run build/ci.go debsrc -signer "Go Ethereum Linux Builder <geth-ci@ethereum.org>" -upload ppa:ethereum/ethereum # This builder does the Linux GCP uploads - - if: type = push - os: linux - dist: xenial - sudo: required - go: 1.12.x - env: - - gcp-linux - git: - submodules: false - addons: - apt: - packages: - - gcc-multilib - script: - - make libbls - - go run build/ci.go install - - go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -upload dexon-builds - - ./build/bls-arm64.sh - - go run build/ci.go install -arch arm64 -cc aarch64-linux-gnu-gcc - - go run build/ci.go archive -arch arm64 -type tar -signer LINUX_SIGNING_KEY -upload - dexon-builds + #- if: type = push + # os: linux + # dist: xenial + # sudo: required + # go: 1.12.x + # env: + # - gcp-linux + # git: + # submodules: false + # addons: + # apt: + # packages: + # - gcc-multilib + # script: + # - make libbls + # - go run build/ci.go install + # - go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -upload dexon-builds + # - ./build/bls-arm64.sh + # - go run build/ci.go install -arch arm64 -cc aarch64-linux-gnu-gcc + # - go run build/ci.go archive -arch arm64 -type tar -signer LINUX_SIGNING_KEY -upload + # dexon-builds # BLS lib does not support 32-bit platform # - go run build/ci.go install -arch 386 # - go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -upload |