From 23d6ec6cff91eecff21f00fce11a4be2f4a4fdfc Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Sat, 21 Mar 2020 11:23:11 -0400 Subject: [PATCH] Testing clang + libc++ (#579) * Testing clang + libc++ * I love how docker makes permissions super complicated. --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9e551d85d..51d26504d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,17 @@ kind: pipeline +name: x64-quicktests-libc + +platform: + os: linux + arch: amd64 + +steps: +- name: quicktests + image: conanio/clang8 + user: root + commands: [ EXTRAFLAGS=-stdlib=libc++ make quicktests ] +--- +kind: pipeline name: x64-quicktests platform: