Skip to content
Snippets Groups Projects
Select Git revision
  • fc1a09779ffe6463da046f4babbc6c589de54611
  • release default
  • master protected
  • feature/xx-4717/logLevel
  • XX-4626/SingleUsePackage
  • josh/DmPackage
  • xx-4437/no-registration
  • feature/project/DM
  • project/channels
  • feature/ctidh
  • Jakub/rootless-CI
  • jono/wasmDemo
  • feature/XX-4108/updateProtoc
  • feature/hotfix/unsafe_send_to_self
  • Anne/OldSessionTesting
  • hotfix/groupChat
  • josh/groupCreationScript
  • feature/XX-3797/restore
  • feature/XX-3789/DeleteIndividualRequests
  • dev
  • feature/debugSendCMIX
21 results

build.sh

Blame
  • user avatar
    Rick Carback authored
    368cca2c
    History
    build.sh 438 B
    #!/bin/bash
    
    # This intended for manually running the integration tests on your own machine
    # and assumes that you've cloned the Go repos to your GOPATH and updated them
    # with Glide.
    
    set -x
    mkdir -p bin
    pushd bin
    go build gitlab.com/elixxir/client
    go build -o udb gitlab.com/elixxir/user-discovery-bot
    go build -o permissioning gitlab.com/elixxir/registration
    go build gitlab.com/elixxir/gateway
    go build gitlab.com/elixxir/server
    popd