drone use makefile commands & linux platform package support

This commit is contained in:
2023-07-09 22:55:11 +02:00
parent fedcce9a63
commit 9733d5bac7
2 changed files with 8 additions and 4 deletions

View File

@@ -12,9 +12,8 @@ steps:
image: ruby:3.1-slim-bullseye
commands:
- apt update && apt install -y --no-install-recommends build-essential git
- gem update --system && gem install jekyll bundler
- bundle install
- jekyll build
- make install
- make build
- name: Build and publish docker image
image: plugins/docker
@@ -38,6 +37,6 @@ steps:
---
kind: signature
hmac: 45250a8e9456b053fcbcf7c95fbb6707233cad782f9188e44518d44b174c2379
hmac: 46d4d087047afb6e18032e1fea13ba964589d86aaf012343821804612baf5678
...