forked from vieter-v/vieter
Compare commits
No commits in common. "1bd3ed35233ed3bb28f3f301f11106effbab9b81" and "82b54622dee62a7513f731786a868c36c398019a" have entirely different histories.
1bd3ed3523
...
82b54622de
|
|
@ -6,12 +6,5 @@ platform: linux/amd64
|
||||||
pipeline:
|
pipeline:
|
||||||
lint:
|
lint:
|
||||||
image: 'chewingbever/vlang:latest'
|
image: 'chewingbever/vlang:latest'
|
||||||
group: lint
|
|
||||||
commands:
|
commands:
|
||||||
- make lint
|
- make lint
|
||||||
|
|
||||||
vet:
|
|
||||||
image: 'chewingbever/vlang:latest'
|
|
||||||
group: lint
|
|
||||||
commands:
|
|
||||||
- make vet
|
|
||||||
|
|
|
||||||
4
Makefile
4
Makefile
|
|
@ -60,10 +60,6 @@ lint:
|
||||||
fmt:
|
fmt:
|
||||||
$(V) fmt -w $(SRC_DIR)
|
$(V) fmt -w $(SRC_DIR)
|
||||||
|
|
||||||
.PHONY: vet
|
|
||||||
vet:
|
|
||||||
$(V) vet -W $(SRC_DIR)
|
|
||||||
|
|
||||||
# Pulls & builds my personal build of the v compiler, required for this project to function
|
# Pulls & builds my personal build of the v compiler, required for this project to function
|
||||||
.PHONY: customv
|
.PHONY: customv
|
||||||
customv:
|
customv:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue