mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Clean up build dir on self-hosted
This commit is contained in:
parent
7dfd4291ed
commit
81d7c707b0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/self-hosted.yml
vendored
2
.github/workflows/self-hosted.yml
vendored
|
@ -8,9 +8,9 @@ jobs:
|
||||||
runs-on: self-hosted-rpi3
|
runs-on: self-hosted-rpi3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: clean-up
|
- name: clean-up
|
||||||
run: rm -rf /home/pi/actions-runner/_work/snapcast
|
run: rm -rf /home/pi/actions-runner/_work/snapcast
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- name: cmake build
|
- name: cmake build
|
||||||
run: mkdir build && cd build && cmake -DBOOST_ROOT=/home/pi/Develop/boost_1_73_0 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_FLAGS="$CXXFLAGS -Wall -Wextra -pedantic -Wno-unused-function" .. && cd ..
|
run: mkdir build && cd build && cmake -DBOOST_ROOT=/home/pi/Develop/boost_1_73_0 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_FLAGS="$CXXFLAGS -Wall -Wextra -pedantic -Wno-unused-function" .. && cd ..
|
||||||
- name: cmake make
|
- name: cmake make
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue