mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-03 05:00:56 +00:00
9a30a11786
- new phony target build: same as install but creating aptly-$version and putting it into a build/ subdir - env TRAVIS_TAG in the makefile now overrides the TAG lookup, this ensures that the tag travis is working with is actually the one being used to construct the version number - subdir is gitignored - travis runs new target - lists artifacts - deploys artifacts to github all of the above only happens on builds that are a tag and DEPLOY_BINARIES is set to yes (which is only the case for latest stable go version)
41 lines
415 B
Plaintext
41 lines
415 B
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
|
|
coverage.txt
|
|
|
|
*.pyc
|
|
|
|
xc-out/
|
|
root/
|
|
|
|
man/aptly.1.html
|
|
man/aptly.1.ronn
|
|
|
|
.goxc.local.json
|
|
|
|
system/env/
|
|
|
|
# created by make build for release artifacts
|
|
build/
|