Edit drone file

This commit is contained in:
Sagar Ramsaransing 2020-04-17 22:38:02 +00:00
parent f547a37e8d
commit 2a38fc4a1c

View File

@ -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