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
+13
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: