2023-04-29 15:47:39 +02:00
|
|
|
platform: 'linux/amd64'
|
2023-05-01 09:14:13 +02:00
|
|
|
branches:
|
2023-05-01 09:13:15 +02:00
|
|
|
exclude: [main]
|
2023-04-29 15:47:39 +02:00
|
|
|
|
|
|
|
pipeline:
|
2023-04-29 15:49:39 +02:00
|
|
|
build:
|
2025-01-10 02:01:09 +01:00
|
|
|
image: 'rust:1.84-alpine3.21'
|
2023-04-29 15:47:39 +02:00
|
|
|
commands:
|
2023-04-29 15:54:32 +02:00
|
|
|
- apk add build-base
|
2023-04-29 15:47:39 +02:00
|
|
|
- cargo build
|