mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Use boost v1.78.0
This commit is contained in:
parent
2fdc3a035a
commit
c33c0b03f9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/self-hosted.yml
vendored
6
.github/workflows/self-hosted.yml
vendored
|
@ -12,16 +12,16 @@ jobs:
|
||||||
run: rm -rf /home/pi/actions-runner/_work/snapcast/snap*_armhf.deb
|
run: rm -rf /home/pi/actions-runner/_work/snapcast/snap*_armhf.deb
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: cmake build
|
- name: cmake build
|
||||||
run: mkdir build && cd build && cmake -DBOOST_ROOT=/home/pi/Develop/boost_1_77_0 -DCMAKE_BUILD_TYPE=Release -DWERROR=ON -DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-psabi" -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DREVISION=${{ github.sha }} .. && cd ..
|
run: mkdir build && cd build && cmake -DBOOST_ROOT=/home/pi/Develop/boost_1_78_0 -DCMAKE_BUILD_TYPE=Release -DWERROR=ON -DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-psabi" -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DREVISION=${{ github.sha }} .. && cd ..
|
||||||
- name: cmake make
|
- name: cmake make
|
||||||
run: cmake --build build -- -j 1
|
run: cmake --build build -- -j 1
|
||||||
- name: debian package
|
- name: debian package
|
||||||
run: |
|
run: |
|
||||||
fakeroot make -f debian/rules CMAKEFLAGS="-DBOOST_ROOT=/home/pi/Develop/boost_1_77_0 -DREVISION=${{ github.sha }} -DBUILD_WITH_PULSE=OFF" binary
|
fakeroot make -f debian/rules CMAKEFLAGS="-DBOOST_ROOT=/home/pi/Develop/boost_1_78_0 -DREVISION=${{ github.sha }} -DBUILD_WITH_PULSE=OFF" binary
|
||||||
rename 's/_armhf/_without-pulse_armhf/g' ../snapclient*_armhf.deb
|
rename 's/_armhf/_without-pulse_armhf/g' ../snapclient*_armhf.deb
|
||||||
rm ../snapserver*_armhf.deb
|
rm ../snapserver*_armhf.deb
|
||||||
fakeroot make -f debian/rules clean
|
fakeroot make -f debian/rules clean
|
||||||
fakeroot make -f debian/rules CMAKEFLAGS="-DBOOST_ROOT=/home/pi/Develop/boost_1_77_0 -DREVISION=${{ github.sha }}" binary
|
fakeroot make -f debian/rules CMAKEFLAGS="-DBOOST_ROOT=/home/pi/Develop/boost_1_78_0 -DREVISION=${{ github.sha }}" binary
|
||||||
- name: Archive artifacts
|
- name: Archive artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue