This commit is contained in:
父節點
f1c152b2ff
當前提交
7c026c5167
10
.drone.yml
10
.drone.yml
@ -11,9 +11,13 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- git clone https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo.git sources
|
- git clone https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo.git sources
|
||||||
- cd sources && git checkout $DRONE_COMMIT
|
- cd sources && git checkout $DRONE_COMMIT
|
||||||
when:
|
|
||||||
event:
|
- name: lint
|
||||||
- tag
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- apk update && apk add --no-cache luarocks
|
||||||
|
- luarocks install luacheck
|
||||||
|
- luacheck sources
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: alpine
|
image: alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user