This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
MirrorHub
/
dendrite
Watch
0
Star
0
Fork
You've already forked dendrite
0
mirror of
https://github.com/matrix-org/dendrite
synced
2024-11-17 07:10:51 +01:00
Code
Issues
Releases
Wiki
Activity
43ecf8d1f9
dendrite
/
build.sh
4 lines
79 B
Bash
Raw
Normal View
History
Unescape
Escape
Not all systems have bash (#720) As not all systems have bash. Helpful for not making debugging alpine docker images a pain :>
2019-06-24 14:35:29 +02:00
#!/bin/sh
use go module for dependencies (#594)
2019-05-21 22:56:55 +02:00
make cmd directory path absolute in build.sh (#830)
2020-01-09 14:36:39 +01:00
GOBIN
=
$PWD
/
`
dirname
$0
`
/bin go install -v
$PWD
/
`
dirname
$0
`
/cmd/...
Reference in a new issue
Copy permalink