aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-03-12 00:00:21 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2024-03-12 00:00:21 +0100
commitd62c4ea8debf01c2e251ef0c2520f947662f6c52 (patch)
tree428ece6cf2d23cf3af837cff1fd87f154b95d03b
parentb6798535a5796433d2fe13025b1750dd5353fd01 (diff)
Do CI
-rw-r--r--.build.yml2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 7fd3f90..deff9f7 100644
--- a/.build.yml
+++ b/.build.yml
@@ -17,4 +17,4 @@ tasks:
make set_rust
- package: |
cd blog
- make -e profile=release package
+ make ci
diff --git a/Makefile b/Makefile
index cd18319..d4fc301 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ else ifneq (,$(findstring refs/tags/,$(GIT_REF)))
@$(eval channel=$(subst refs/tags/,,$(GIT_REF)))
endif
ifneq ($(channel),)
- $(MAKE) -e channel=$(channel) package
+ $(MAKE) -e profile=release -e channel=$(channel) package
endif
.PHONY: default build $(architectures) rpm package prepare set_rust ci release