15 lines
183 B
YAML
15 lines
183 B
YAML
|
---
|
||
|
kind: pipeline
|
||
|
name: test-on-amd64
|
||
|
|
||
|
platform:
|
||
|
arch: amd64
|
||
|
|
||
|
steps:
|
||
|
- name: test build
|
||
|
pull: if-not-exists
|
||
|
image: spritsail/alpine-cmake:latest
|
||
|
commands:
|
||
|
- cmake
|
||
|
- make
|