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:
|
|
|
|
image: 'rust:1.69-alpine3.16'
|
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
|