Skip to content

Commit

Permalink
Update binary-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos authored Apr 11, 2024
1 parent 78a881c commit f7abc42
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,24 +112,9 @@ jobs:
ls ../
echo "end list"
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DENABLE_TESTING=OFF -DSTATICCOMPILE=${{ matrix.staticcompile }}
- name: Build
working-directory: cryptominisat
#working-directory: ${{runner.workspace}}/build
# Execute the build. You can specify a specific target with "--target <NAME>"
run: |
cd cryptominisat
cmake --build . --config ${{ matrix.build_type }}
- name: Test
working-directory: cryptominisat
#working-directory: ${{runner.workspace}}/build
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: |
cd cryptominisat
ctest -C ${{ matrix.build_type }}
- name: Upload Artifact - Linux
if: matrix.os == 'ubuntu-20.04' && matrix.staticcompile == 'ON'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f7abc42

Please sign in to comment.