|
|
@ -22,14 +22,14 @@ jobs: |
|
|
|
# run: git submodule update --init --recursive |
|
|
|
- name: Build Emgu CV native binary |
|
|
|
run: ./cmake_configure |
|
|
|
working-directory: ${{ github.workspace }}/platforms/ubuntu/22.04 |
|
|
|
working-directory: ${{ github.workspace }}/platforms/ubuntu/24.04 |
|
|
|
- name: Build Emgu CV package binary |
|
|
|
run: make package |
|
|
|
working-directory: ${{ github.workspace }}/platforms/ubuntu/22.04/build/ |
|
|
|
working-directory: ${{ github.workspace }}/platforms/ubuntu/24.04/build/ |
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
|
with: |
|
|
|
name: emgucv-ubuntu-zip-package |
|
|
|
path: ${{ github.workspace }}/platforms/ubuntu/22.04/build/*.zip |
|
|
|
path: ${{ github.workspace }}/platforms/ubuntu/24.04/build/*.zip |
|
|
|
- uses: actions/upload-artifact@v4 |
|
|
|
with: |
|
|
|
name: emgucv-ubuntu-nuget-package |
|
|
|