Clean up build dir on self-hosted

This commit is contained in:
badaix 2020-09-06 22:24:54 +02:00
parent 7dfd4291ed
commit 81d7c707b0

View file

@ -8,9 +8,9 @@ jobs:
runs-on: self-hosted-rpi3
steps:
- uses: actions/checkout@v2
- name: clean-up
run: rm -rf /home/pi/actions-runner/_work/snapcast
- uses: actions/checkout@v2
- 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 ..
- name: cmake make