Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
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
elixxir
integration
Commits
403a6c15
Commit
403a6c15
authored
2 years ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Make builder more robust
parent
1ec5d925
No related branches found
Branches containing commit
No related tags found
2 merge requests
!68
Master merge
,
!34
Merge release into GPU project branch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+21
-6
21 additions, 6 deletions
build.sh
with
21 additions
and
6 deletions
build.sh
+
21
−
6
View file @
403a6c15
...
...
@@ -5,13 +5,28 @@
# with Glide.
set
-x
set
-e
mkdir
-p
bin
pushd
bin
OUT
=
$PWD
pushd
gitlab.com/elixxir/client
&&
go build
-o
$OUT
/client main.go
&&
popd
pushd
gitlab.com/elixxir/user-discovery-bot
&&
go build
-o
$OUT
/udb main.go
&&
popd
pushd
gitlab.com/elixxir/registration
&&
go build
-o
$OUT
/permissioning main.go
&&
popd
pushd
gitlab.com/elixxir/client-registrar
&&
go build
-o
$OUT
/client-registrar main.go
&&
popd
pushd
gitlab.com/elixxir/gateway
&&
go build
-o
$OUT
/gateway main.go
&&
popd
pushd
gitlab.com/elixxir/server
&&
go build
-o
$OUT
/server main.go
&&
popd
pushd
gitlab.com/elixxir/client
go build
-o
$OUT
/client main.go
popd
pushd
gitlab.com/elixxir/user-discovery-bot
go build
-o
$OUT
/udb main.go
popd
pushd
gitlab.com/elixxir/registration
go build
-o
$OUT
/permissioning main.go
popd
pushd
gitlab.com/elixxir/client-registrar
go build
-o
$OUT
/client-registrar main.go
popd
pushd
gitlab.com/elixxir/gateway
go build
-o
$OUT
/gateway main.go
popd
pushd
gitlab.com/elixxir/server
go build
-o
$OUT
/server main.go
popd
popd
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