mirror of
https://github.com/lemire/fast_double_parser.git
synced 2025-04-03 20:04:57 +00:00
Killing two tests
This commit is contained in:
parent
44e169044c
commit
6a16e21f6a
1 changed files with 0 additions and 36 deletions
36
.drone.yml
36
.drone.yml
|
@ -91,24 +91,6 @@ steps:
|
||||||
- ctest . --output-on-failure
|
- ctest . --output-on-failure
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: arm64-clang6
|
|
||||||
platform: { os: linux, arch: arm64 }
|
|
||||||
steps:
|
|
||||||
- name: Build and Test
|
|
||||||
image: ubuntu:18.04
|
|
||||||
environment:
|
|
||||||
CC: clang-6.0
|
|
||||||
CXX: clang++-6.0
|
|
||||||
commands:
|
|
||||||
- apt-get update -qq
|
|
||||||
- apt-get install -y cmake
|
|
||||||
- mkdir build
|
|
||||||
- cd build
|
|
||||||
- cmake ..
|
|
||||||
- cmake --build .
|
|
||||||
- ctest . --output-on-failure
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: arm64-sanitize-gcc8
|
name: arm64-sanitize-gcc8
|
||||||
platform: { os: linux, arch: arm64 }
|
platform: { os: linux, arch: arm64 }
|
||||||
steps:
|
steps:
|
||||||
|
@ -127,24 +109,6 @@ steps:
|
||||||
- ASAN_OPTIONS="detect_leaks=0" ctest . --output-on-failure
|
- ASAN_OPTIONS="detect_leaks=0" ctest . --output-on-failure
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: arm64-sanitize-clang6
|
|
||||||
platform: { os: linux, arch: arm64 }
|
|
||||||
steps:
|
|
||||||
- name: Build and Test
|
|
||||||
image: ubuntu:18.04
|
|
||||||
environment:
|
|
||||||
CC: clang-6.0
|
|
||||||
CXX: clang++-6.0
|
|
||||||
commands:
|
|
||||||
- apt-get update -qq
|
|
||||||
- apt-get install -y clang cmake
|
|
||||||
- mkdir build
|
|
||||||
- cd build
|
|
||||||
- cmake .. -DFAST_DOUBLE_PARSER_SANITIZE=ON
|
|
||||||
- cmake --build .
|
|
||||||
- ASAN_OPTIONS="detect_leaks=0" ctest . --output-on-failure
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: libcpp-clang9
|
name: libcpp-clang9
|
||||||
platform: { os: linux, arch: amd64 }
|
platform: { os: linux, arch: amd64 }
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue