8000 Testing clang + libc++ (#579) · JavaScriptExpert/simdjson@23d6ec6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23d6ec6

Browse files
authored
Testing clang + libc++ (simdjson#579)
* Testing clang + libc++ * I love how docker makes permissions super complicated.
1 parent 0a6edae commit 23d6ec6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.drone.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
kind: pipeline
2+
name: x64-quicktests-libc
3+
4+
platform:
5+
os: linux
6+
arch: amd64
7+
8+
steps:
9+
- name: quicktests
10+
image: conanio/clang8
11+
user: root
12+
commands: [ EXTRAFLAGS=-stdlib=libc++ make quicktests ]
13+
---
14+
kind: pipeline
215
name: x64-quicktests
316

417
platform:

0 commit comments

Comments
 (0)
0