File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments