testing github actions

This commit is contained in:
Ryzerth 2021-04-24 15:52:22 +02:00
parent 2df1869824
commit df42830d38

View File

@ -43,3 +43,7 @@ jobs:
shell: bash shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>" # Execute the build. You can specify a specific target with "--target <NAME>"
run: cmake --build . --config $BUILD_TYPE run: cmake --build . --config $BUILD_TYPE
- name: Create Deb Archive
run: cd $GITHUB_WORKSPACE && sh make_debian_package.sh ${{runner.workspace}}/build