Testing clang + libc++ (#579)

* Testing clang + libc++

* I love how docker makes permissions super complicated.
This commit is contained in:
Daniel Lemire 2020-03-21 11:23:11 -04:00 committed by GitHub
parent 0a6edae2dd
commit 23d6ec6cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

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