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