fix: add templating support in configuration #18

Merged
glenux merged 4 commits from feature/15-add-templating-support-in-configuration into develop 2023-11-18 22:34:23 +00:00
Showing only changes of commit 3c4e4271b2 - Show all commits

View file

@ -5,7 +5,7 @@ name: default
steps:
- name: build:binary
image: crystallang/crystal:1.10.1
image: crystallang/crystal:1.10.1-alpine
environment:
PACKAGE_BASENAME: mfm_linux_amd64
volumes:
@ -13,12 +13,12 @@ steps:
path: /_cache
commands:
- pwd
- |
apt-get update && \
apt-get install -y \
cmake g++ \
libevent-dev libpcre3-dev \
libyaml-dev liblzma-dev
# - |
# apt-get update && \
# apt-get install -y \
# cmake g++ \
# libevent-dev libpcre3-dev \
# libyaml-dev liblzma-dev
- shards install
- shards build --production --static
- strip bin/mfm