Compare commits

..

No commits in common. "master" and "0.0.2-draft1" have entirely different histories.

4 changed files with 4 additions and 6 deletions

View file

@ -40,8 +40,7 @@ steps:
commands:
- grep '^version = ' Cargo.toml | cut -f2 -d\" > target/VERSION
- cat target/VERSION
- cp target/armv7-unknown-linux-musleabihf/release/s0-meter target/s0-meter_$(cat target/VERSION)_armhf
- cp bundle/* target/
- cp target/armv7-unknown-linux-musleabihf/release/s0-meter target/s0-meter-armhf-$(cat target/VERSION)
when:
event: tag
@ -70,9 +69,7 @@ steps:
base_url: https://gitea.kube-it.de
title: VERSION
note: CHANGELOG.md
files:
- /drone/src/target/s0-meter_*
- /drone/src/bundle/*
files: /drone/src/target/s0-meter-*
draft: true
prerelease: true
when:

View file

@ -2,7 +2,7 @@
All changes to s0-meter will be documented here.
## 0.0.2
Rename the project to "s0-meter".
Rename the project to "s0-meter"
## 0.0.0
Initial release.

View file

@ -1,5 +1,6 @@
FROM rust:1.50-slim
# RUN apk add --no-cache musl-dev binutils-arm-none-eabi
RUN apt-get update
RUN apt-get -y upgrade
RUN apt-get -y install binutils-arm-linux-gnueabihf musl-dev