summaryrefslogtreecommitdiffstats
path: root/.gobuild.yml
blob: 310fffc222e2fffa62933ef4fdbe8ebc8b957f1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
filesets:
    includes:
        - conf
        - etc
        - public
        - scripts
        - templates
        - LICENSE
        - README.md
        - README_ZH.md
        - start.bat
    excludes:
        - \.git
settings:
        build: |
            go get -u -tags "sqlite redis memecache" github.com/gogits/gogs
            go install -tags "sqlite redis memecache"