Edit drone file
This commit is contained in:
parent
f547a37e8d
commit
2a38fc4a1c
13
.drone.yml
13
.drone.yml
@ -2,18 +2,6 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build
|
|
||||||
image: archlinux
|
|
||||||
commands:
|
|
||||||
- pacman -Sy --noconfirm
|
|
||||||
- pacman -S cmake make libffi ninja clang --noconfirm
|
|
||||||
- mkdir build
|
|
||||||
- cd build
|
|
||||||
- cmake -G "Ninja" -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++ ..
|
|
||||||
- cmake ..
|
|
||||||
- ninja
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: archlinux
|
image: archlinux
|
||||||
@ -28,7 +16,6 @@ steps:
|
|||||||
- ./testbin
|
- ./testbin
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user