mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-19 04:38:06 +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
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
ctest
|
ctest --output-on-failure
|
||||||
|
|
||||||
ubuntu-18_04-python:
|
ubuntu-18_04-python:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
ctest
|
ctest --output-on-failure
|
||||||
|
|
||||||
ubuntu-18_04-gcc-sanitized:
|
ubuntu-18_04-gcc-sanitized:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
@@ -87,7 +87,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
ctest
|
ctest --output-on-failure
|
||||||
|
|
||||||
ubuntu-18_04-clang:
|
ubuntu-18_04-clang:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
@@ -115,7 +115,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
ctest
|
ctest --output-on-failure
|
||||||
|
|
||||||
macOS-10_14-clang:
|
macOS-10_14-clang:
|
||||||
runs-on: macOS-10.14
|
runs-on: macOS-10.14
|
||||||
@@ -141,7 +141,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
ctest
|
ctest --output-on-failure
|
||||||
|
|
||||||
Emscripten:
|
Emscripten:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
@@ -173,4 +173,4 @@ jobs:
|
|||||||
source ./emsdk_env.sh
|
source ./emsdk_env.sh
|
||||||
popd
|
popd
|
||||||
emcmake cmake . -DCMAKE_BUILD_TYPE=${{ matrix.build }}
|
emcmake cmake . -DCMAKE_BUILD_TYPE=${{ matrix.build }}
|
||||||
make && ctest
|
make && ctest --output-on-failure
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import ggwave
|
import ggwave
|
||||||
import numpy as np
|
|
||||||
|
|
||||||
instance = ggwave.init()
|
instance = ggwave.init()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user