Skip to content

Commit fa42d73

Browse files
committed
Merge branch 'test' into develop
2 parents 20d4bab + e76a26f commit fa42d73

29 files changed

+3647
-195
lines changed

.github/workflows/create-release.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
with:
1818
submodules: recursive
1919

20-
- name: Compile
21-
run: |
22-
mkdir build
23-
cd build
24-
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DLIBRAPID_BUILD_EXAMPLES=on -DLIBRAPID_BUILD_TESTS=on -DLIBRAPID_GET_BLAS=ON -DLIBRAPID_USE_MULTIPREC=ON
25-
cmake --build . --config Release
20+
- name: Check Compilation, Tests, Examples, Docs and Benchmarks
21+
uses: actions/workflow-run-action@v2
22+
with:
23+
workflow: "continuous-integration.yaml"
24+
ref: ${{ github.ref }}
2625

27-
- name: Run Tests
28-
run: |
29-
cd build
30-
ctest -C Release --output-on-failure
26+
- name: Generate Python Wheels
27+
uses: actions/workflow-run-action@v2
28+
with:
29+
workflow: "wheels.yaml"
30+
ref: ${{ github.ref }}
3131

3232
- name: Zip Source Code
3333
run: |

0 commit comments

Comments
 (0)