Skip to content

Commit

Permalink
Test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
msobo1 committed Oct 17, 2023
1 parent 3de5b84 commit 1edaf6c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions CI/linux/04_do_magic_for_ndi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,14 @@ fi

export OBS_VERSION=${OBS_VERSION}_${UBUNTU_VERSION}

cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../install
cmake --install .
cd ..
pushd plugins/obs-ndi
mkdir BUILD
cd BUILD
cmake .. -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DLINUX_PORTABLE=OFF -DUBUNTU_VERSION=${UBUNTU_VERSION}
make -j4
cpack
cd ../release
mv *.deb ../../../package_${{ vendor }}
ls -la
ls -la ../../../
mv *.deb ../../../package_${VENDOR}
popd
cd build
rm CMakeCache.txt
cd ..

0 comments on commit 1edaf6c

Please sign in to comment.