Skip to content

Commit d01656a

Browse files
author
Машкин Андрей Игоревич
committed
Merge branch 'master' of github.com:AndrewMashkin/otus-cpp
2 parents 51cd1ac + 8d1fc43 commit d01656a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
- uses: actions/checkout@v2
1414
with:
1515
submodules: true
16-
- run: sudo apt-get update && sudo apt-get install libboost-test-dev -y
17-
- run: cmake . -DPATCH_VERSION=${{ github.run_number }} -DWITH_BOOST_TEST=ON
16+
- run: sudo apt-get update
17+
- run: cmake . -DPATCH_VERSION=${{ github.run_number }} -DUNITTEST=ON
1818
- run: cmake --build .
19-
- run: cmake --build . --target test
2019
- run: cmake --build . --target package
2120
- name: Create Release
2221
id: create_release
@@ -37,4 +36,4 @@ jobs:
3736
upload_url: ${{ steps.create_release.outputs.upload_url }}
3837
asset_path: ./helloworld-0.0.${{ github.run_number }}-Linux.deb
3938
asset_name: helloworld-0.0.${{ github.run_number }}-Linux.deb
40-
asset_content_type: application/vnd.debian.binary-package
39+
asset_content_type: application/vnd.debian.binary-package

0 commit comments

Comments
 (0)