This commit is contained in:
부모
f1c152b2ff
커밋
7c026c5167
10
.drone.yml
10
.drone.yml
@ -11,9 +11,13 @@ steps:
|
||||
commands:
|
||||
- git clone https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo.git sources
|
||||
- cd sources && git checkout $DRONE_COMMIT
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: lint
|
||||
image: alpine
|
||||
commands:
|
||||
- apk update && apk add --no-cache luarocks
|
||||
- luarocks install luacheck
|
||||
- luacheck sources
|
||||
|
||||
- name: build
|
||||
image: alpine
|
||||
|
불러오는 중...
Reference in New Issue
Block a user