mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-28 02:47:18 +00:00
change job requirements
This commit is contained in:
parent
4e3066e0a3
commit
b36240765a
4
Makefile
4
Makefile
@ -15,10 +15,10 @@ compile: clean
|
|||||||
format:
|
format:
|
||||||
sbt scalafmt
|
sbt scalafmt
|
||||||
|
|
||||||
dist: tests version
|
dist: tests
|
||||||
sbt dist
|
sbt dist
|
||||||
|
|
||||||
push: dist
|
push: version dist
|
||||||
git add version.sbt
|
git add version.sbt
|
||||||
git commit -m "Release $(VERSION)"
|
git commit -m "Release $(VERSION)"
|
||||||
git tag "$(VERSION)"
|
git tag "$(VERSION)"
|
||||||
|
Loading…
Reference in New Issue
Block a user