mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-06 16:47:59 +08:00
ci : add output-on-failure to ctest
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
make
|
||||
ctest
|
||||
ctest --output-on-failure
|
||||
|
||||
ubuntu-18_04-python:
|
||||
runs-on: ubuntu-18.04
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
make
|
||||
ctest
|
||||
ctest --output-on-failure
|
||||
|
||||
ubuntu-18_04-gcc-sanitized:
|
||||
runs-on: ubuntu-18.04
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
make
|
||||
ctest
|
||||
ctest --output-on-failure
|
||||
|
||||
ubuntu-18_04-clang:
|
||||
runs-on: ubuntu-18.04
|
||||
@@ -115,7 +115,7 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
make
|
||||
ctest
|
||||
ctest --output-on-failure
|
||||
|
||||
macOS-10_14-clang:
|
||||
runs-on: macOS-10.14
|
||||
@@ -141,7 +141,7 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
make
|
||||
ctest
|
||||
ctest --output-on-failure
|
||||
|
||||
Emscripten:
|
||||
runs-on: ubuntu-18.04
|
||||
@@ -173,4 +173,4 @@ jobs:
|
||||
source ./emsdk_env.sh
|
||||
popd
|
||||
emcmake cmake . -DCMAKE_BUILD_TYPE=${{ matrix.build }}
|
||||
make && ctest
|
||||
make && ctest --output-on-failure
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import ggwave
|
||||
import numpy as np
|
||||
|
||||
instance = ggwave.init()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user