提交 bb51a4a9 编写于 作者: J Jeet Parekh

enable linux and mac build again to test PAT

上级 bee66da0
...@@ -11,67 +11,67 @@ install: true ...@@ -11,67 +11,67 @@ install: true
jobs: jobs:
include: include:
# - name: linux - name: linux
# os: linux os: linux
# dist: xenial dist: xenial
# sudo: required sudo: required
# before_install: before_install:
# - wget https://github.com/neo4j-drivers/seabolt/releases/download/v1.7.4/seabolt-1.7.4-Linux-ubuntu-16.04.deb - wget https://github.com/neo4j-drivers/seabolt/releases/download/v1.7.4/seabolt-1.7.4-Linux-ubuntu-16.04.deb
# - sudo dpkg -i seabolt-1.7.4-Linux-ubuntu-16.04.deb - sudo dpkg -i seabolt-1.7.4-Linux-ubuntu-16.04.deb
# - sudo apt-get install -y libssl-dev build-essential - sudo apt-get install -y libssl-dev build-essential
# - go get github.com/neo4j/neo4j-go-driver/neo4j - go get github.com/neo4j/neo4j-go-driver/neo4j
# - go get gopkg.in/olivere/elastic.v7 - go get gopkg.in/olivere/elastic.v7
# - go get github.com/appbaseio/abc || true - go get github.com/appbaseio/abc || true
# - mkdir private - mkdir private
# - git clone https://$PAT@github.com/appbaseio-confidential/abc-import private - git clone https://$PAT@github.com/appbaseio-confidential/abc-import private
# script: script:
# - go build -tags 'seabolt_static !oss' -o "abc-linux" ./cmd/abc/... - go build -tags 'seabolt_static !oss' -o "abc-linux" ./cmd/abc/...
# before_deploy: before_deploy:
# - zip -r abc-linux.zip abc-linux - zip -r abc-linux.zip abc-linux
# - export TRAVIS_TAG="preview" - export TRAVIS_TAG="preview"
# deploy: deploy:
# provider: releases provider: releases
# api_key: $PAT api_key: $PAT
# skip_cleanup: true skip_cleanup: true
# file: abc-linux.zip file: abc-linux.zip
# draft: true draft: true
# on: on:
# all_branches: true all_branches: true
# - name: macos - name: macos
# os: osx os: osx
# osx_image: xcode10.2 osx_image: xcode10.2
# before_install: before_install:
# - curl -LO https://github.com/neo4j-drivers/seabolt/releases/download/v1.7.4/seabolt-1.7.4-Darwin.tar.gz - curl -LO https://github.com/neo4j-drivers/seabolt/releases/download/v1.7.4/seabolt-1.7.4-Darwin.tar.gz
# - tar -zxf seabolt-1.7.4-Darwin.tar.gz - tar -zxf seabolt-1.7.4-Darwin.tar.gz
# - export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:`pwd`/seabolt-1.7.4-Darwin/usr/local/share/pkgconfig - export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:`pwd`/seabolt-1.7.4-Darwin/usr/local/share/pkgconfig
# - export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:`pwd`/seabolt-1.7.4-Darwin/usr/local/lib - export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:`pwd`/seabolt-1.7.4-Darwin/usr/local/lib
# - go get github.com/neo4j/neo4j-go-driver/neo4j - go get github.com/neo4j/neo4j-go-driver/neo4j
# - go get gopkg.in/olivere/elastic.v7 - go get gopkg.in/olivere/elastic.v7
# - go get github.com/appbaseio/abc || true - go get github.com/appbaseio/abc || true
# - mkdir private - mkdir private
# - git clone https://$PAT@github.com/appbaseio-confidential/abc-import private - git clone https://$PAT@github.com/appbaseio-confidential/abc-import private
# script: script:
# - go build -tags 'seabolt_static !oss' -o "abc-darwin" ./cmd/abc/... - go build -tags 'seabolt_static !oss' -o "abc-darwin" ./cmd/abc/...
# before_deploy: before_deploy:
# - zip -r abc-darwin.zip abc-darwin - zip -r abc-darwin.zip abc-darwin
# - export TRAVIS_TAG="preview" - export TRAVIS_TAG="preview"
# deploy: deploy:
# provider: releases provider: releases
# api_key: $PAT api_key: $PAT
# skip_cleanup: true skip_cleanup: true
# file: abc-darwin.zip file: abc-darwin.zip
# draft: true draft: true
# on: on:
# all_branches: true all_branches: true
- name: windows - name: windows
os: windows os: windows
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册