Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Oct 22, 2023
2 parents 870ef8b + fa42d73 commit d3cdaec
Show file tree
Hide file tree
Showing 29 changed files with 3,647 additions and 195 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:
with:
submodules: recursive

- name: Compile
run: |
mkdir build
cd build
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
cmake --build . --config Release
- name: Check Compilation, Tests, Examples, Docs and Benchmarks
uses: actions/workflow-run-action@v2
with:
workflow: "continuous-integration.yaml"
ref: ${{ github.ref }}

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

- name: Zip Source Code
run: |
Expand Down
Loading

0 comments on commit d3cdaec

Please sign in to comment.