Thomas Boerger
13c023bc6e
Added errcheck make task ( #242 )
8 years ago
Thomas Boerger
061e3d7977
Merge pull request #96 from metalmatze/feature/drone-config
Create a first draft for .drone.yml
8 years ago
Thomas Boerger
8cd79eaab7
Added drone instead of travis detection to makefile
8 years ago
Thomas Boerger
3415f9575e
Added dummy tasks for mysql and pgsql tests
8 years ago
Thomas Boerger
938eb2e5e3
Really use go install on make install
8 years ago
Sandro Santilli
ce9cd823d3
Have the deault 'all' rule just build
Clean and test are saner being seperate targets
8 years ago
Sandro Santilli
cb1b3cc148
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
8 years ago
Sandro Santilli
5359fddd29
Hush dangerous GNU comment, mark "check" rule as phony
8 years ago
Sandro Santilli
d2cd448138
Add "check" alias for testing
Follows GNU Coding Standards, see
https://www.gnu.org/prep/standards/html_node/Standard-Targets.html#Standard-Targets
8 years ago
Thomas Boerger
73fa79d5e0
Totally refactored the makefile and adjusted travis config
8 years ago
Thomas Boerger
3dc4bb9a23
Merge branch 'master' into feature/main.go
8 years ago
Matthias Loibl
5746161d32
Rename all occurrences of gogs.go
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
8 years ago
Joubert RedRat
7bc50216ae
Set default less and css to new default name
8 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
8 years ago
Sandro Santilli
2e8d7b90a1
Add all, check and dist Makefile rules ( #3549 )
These are to follow the GNU Coding Standards Makefile Targets:
https://www.gnu.org/prep/standards/html_node/Standard-Targets.html
8 years ago
Unknwon
e30fa23d81
Little code refactoring
9 years ago
Unknwon
f873eca119
Only do go vet on this codebase
9 years ago
Unknwon
8217099a3d
Ignore repository with issue disabled or use external tracker in dashboard issues
9 years ago
Unknwon
d633b89ee9
#1601 support delete issue comment
9 years ago
Dan McGregor
b840d8e0f4
Make go's build flags a variable
This allows the user to specify build flags from the make command
line. For example to force a complete rebuild one could use:
make BUILD_FLAGS='-v -a' TAGS="sqlite"
9 years ago
Unknwon
7f485f72f7
Some minor changes
9 years ago
Unknwon
7a0cdbebf6
Remove cache avatar support and add its tests
9 years ago
Unknwon
184d76a5d4
Minor fix for #2567
9 years ago
Andrey Nering
858320130e
Add command to run the test suite in Makefile.
9 years ago
Unknwon
315418ced5
stop compile bindata for TRANSLATORS
- update required version of git-module for #2373
9 years ago
Unknwon
00a60453fb
#1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
9 years ago
Adam Strzelecki
b70930538e
Makefile: Do not fail build on missing lessc
This is achieved by adding public/css/gogs.css to special .IGNORE target, which
makes inability to generate/update gogs.css non-fatal and not stopping whole
build process. User is still notified about missing lessc command though, since
inability to update CSS may lead to potential problems:
lessc public/less/gogs.less public/css/gogs.css
make: lessc: No such file or directory
make: [public/css/gogs.css] Error 1 (ignored)
More info at:
https://www.gnu.org/software/make/manual/html_node/Special-Targets.html
9 years ago
Adam Strzelecki
ee9f85ccca
Makefile: Remove trailing whitespace & add last LF
This is pure cleanup commit.
9 years ago
Adam Strzelecki
db67b9525a
Makefile: Auto-build CSS & bin-data when necessary
This will ensure that running `make` we will get all necessary files built and
we do not need manually remember to rebuild them.
9 years ago
Adam Strzelecki
344add8229
Makefile: Copy installed binary instead 2nd build
This speeds up single build/rebuild rather than install & build which compiles
everything twice, we just copy installed binary back to the project root.
9 years ago
Unknwon
2e68e18401
go vet and fix #1890
9 years ago
Unknwon
d6262dd68a
add Makefile
9 years ago