This commit is contained in:
parent
fb24906f54
commit
a5cee7d64c
17
.drone.yml
Normal file
17
.drone.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: test
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- cpp
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: git.sainnhe.dev/sainnhe/gcc:latest
|
||||||
|
commands:
|
||||||
|
- apk add cmake make
|
||||||
|
- cmake .
|
||||||
|
- make -j$(nproc)
|
||||||
|
- ctest
|
Loading…
Reference in New Issue
Block a user