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
1ec5d925
Commit
1ec5d925
authored
2 years ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Make build and download servers compatible with each other
parent
ea8014bf
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
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.sh
+7
-5
7 additions, 5 deletions
build.sh
download.sh
+5
-0
5 additions, 0 deletions
download.sh
with
12 additions
and
5 deletions
build.sh
+
7
−
5
View file @
1ec5d925
...
...
@@ -7,9 +7,11 @@
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
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
popd
This diff is collapsed.
Click to expand it.
download.sh
+
5
−
0
View file @
1ec5d925
...
...
@@ -30,6 +30,8 @@ setCheckoutBranch() {
}
pushd
bin
# Download client
git clone https://git.xx.network/elixxir/client gitlab.com/elixxir/client
pushd
gitlab.com/elixxir/client
...
...
@@ -95,3 +97,6 @@ go mod tidy
make clean
go build
-mod
vendor
-o
"
$BINARYPATH
/gateway"
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