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
|
||||
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:
|
||||
- name: test
|
||||
image: archlinux
|
||||
@ -28,7 +16,6 @@ steps:
|
||||
- ./testbin
|
||||
|
||||
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
Loading…
Reference in New Issue
Block a user