aboutsummaryrefslogtreecommitdiff
path: root/Earthfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-06 17:40:23 -0800
committerFuwn <[email protected]>2023-12-06 17:40:23 -0800
commit009443c5cac7c585c2832bbcad5c9e7b4bc8df07 (patch)
tree49a92e1daede74b69bc605a52d97838b7c11b22a /Earthfile
parentfeat(ci): use earthly (diff)
downloaddue.moe-009443c5cac7c585c2832bbcad5c9e7b4bc8df07.tar.xz
due.moe-009443c5cac7c585c2832bbcad5c9e7b4bc8df07.zip
ci(earthly): add all
Diffstat (limited to 'Earthfile')
-rw-r--r--Earthfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Earthfile b/Earthfile
index 08d82da9..920fdd8c 100644
--- a/Earthfile
+++ b/Earthfile
@@ -4,6 +4,10 @@ FROM oven/bun:1.0.11
WORKDIR /due
+all:
+ BUILD +lint
+ BUILD +docker
+
deps:
RUN apt update -y
RUN apt upgrade -y